Searched refs:skcipher_geniv_alloc (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/crypto/internal/ |
D | skcipher.h | 62 struct crypto_instance *skcipher_geniv_alloc(struct crypto_template *tmpl,
|
/linux-4.4.14/crypto/ |
D | eseqiv.c | 197 inst = skcipher_geniv_alloc(&eseqiv_tmpl, tb, 0, 0); in eseqiv_alloc()
|
D | chainiv.c | 271 inst = skcipher_geniv_alloc(&chainiv_tmpl, tb, 0, 0); in chainiv_alloc()
|
D | blkcipher.c | 581 struct crypto_instance *skcipher_geniv_alloc(struct crypto_template *tmpl, in skcipher_geniv_alloc() function 712 EXPORT_SYMBOL_GPL(skcipher_geniv_alloc);
|
D | seqiv.c | 259 inst = skcipher_geniv_alloc(tmpl, tb, 0, 0); in seqiv_ablkcipher_create()
|