Searched refs:skcipher_alloc_instance_simple (Results 1 – 8 of 8) sorted by relevance
/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() function 1237 EXPORT_SYMBOL_GPL(skcipher_alloc_instance_simple);
|