Home
last modified time | relevance | path

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

/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.c285 inst = aead_geniv_alloc(&seqiv_tmpl, tb, 0, 0); in seqiv_aead_alloc()