Searched refs:skcipher_alloc_instance_simple (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/crypto/ | 
| D | cbc.c | 57 	inst = skcipher_alloc_instance_simple(tmpl, tb, &alg);  in crypto_cbc_create()
 | 
| D | ecb.c | 67 	inst = skcipher_alloc_instance_simple(tmpl, tb, &alg);  in crypto_ecb_create()
 | 
| D | ofb.c | 58 	inst = skcipher_alloc_instance_simple(tmpl, tb, &alg);  in crypto_ofb_create()
 | 
| D | keywrap.c | 269 	inst = skcipher_alloc_instance_simple(tmpl, tb, &alg);  in crypto_kw_create()
 | 
| D | pcbc.c | 159 	inst = skcipher_alloc_instance_simple(tmpl, tb, &alg);  in crypto_pcbc_create()
 | 
| D | cfb.c | 206 	inst = skcipher_alloc_instance_simple(tmpl, tb, &alg);  in crypto_cfb_create()
 | 
| D | ctr.c | 132 	inst = skcipher_alloc_instance_simple(tmpl, tb, &alg);  in crypto_ctr_create()
 | 
| D | skcipher.c | 1170 skcipher_alloc_instance_simple(struct crypto_template *tmpl, struct rtattr **tb,  in skcipher_alloc_instance_simple()  function1237 EXPORT_SYMBOL_GPL(skcipher_alloc_instance_simple);
 
 | 
| /Linux-v5.4/include/crypto/internal/ | 
| D | skcipher.h | 280 skcipher_alloc_instance_simple(struct crypto_template *tmpl, struct rtattr **tb,
 |