Home
last modified time | relevance | path

Searched refs:aead_geniv_alloc (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/crypto/internal/
Daead.h58 struct crypto_instance *aead_geniv_alloc(struct crypto_template *tmpl,
/linux-4.1.27/crypto/
Daead.c272 struct crypto_instance *aead_geniv_alloc(struct crypto_template *tmpl, in aead_geniv_alloc() function
365 EXPORT_SYMBOL_GPL(aead_geniv_alloc);
Dseqiv.c291 inst = aead_geniv_alloc(&seqiv_tmpl, tb, 0, 0); in seqiv_aead_alloc()