Searched refs:skcipher_geniv_alloc (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/crypto/internal/ |
D | skcipher.h | 62 struct crypto_instance *skcipher_geniv_alloc(struct crypto_template *tmpl,
|
/linux-4.1.27/crypto/ |
D | eseqiv.c | 215 inst = skcipher_geniv_alloc(&eseqiv_tmpl, tb, 0, 0); in eseqiv_alloc()
|
D | chainiv.c | 301 inst = skcipher_geniv_alloc(&chainiv_tmpl, tb, 0, 0); in chainiv_alloc()
|
D | seqiv.c | 265 inst = skcipher_geniv_alloc(&seqiv_tmpl, tb, 0, 0); in seqiv_ablkcipher_alloc()
|
D | blkcipher.c | 580 struct crypto_instance *skcipher_geniv_alloc(struct crypto_template *tmpl, in skcipher_geniv_alloc() function 711 EXPORT_SYMBOL_GPL(skcipher_geniv_alloc);
|