Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/internal/
Dgeniv.h22 struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl,
/Linux-v5.4/crypto/
Dechainiv.c118 inst = aead_geniv_alloc(tmpl, tb, 0, 0); in echainiv_aead_create()
Daead.c231 struct aead_instance *aead_geniv_alloc(struct crypto_template *tmpl, in aead_geniv_alloc() function
309 EXPORT_SYMBOL_GPL(aead_geniv_alloc);
Dseqiv.c143 inst = aead_geniv_alloc(tmpl, tb, 0, 0); in seqiv_aead_create()