Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/internal/
Dgeniv.h27 struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl,
/Linux-v4.19/crypto/
Daead.c201 struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl, in aead_geniv_alloc() function
279 EXPORT_SYMBOL_GPL(aead_geniv_alloc);
Dechainiv.c123 inst = aead_geniv_alloc(tmpl, tb, 0, 0); in echainiv_aead_create()
Dseqiv.c149 inst = aead_geniv_alloc(tmpl, tb, 0, 0); in seqiv_aead_create()