skcipher_alloc_instance_simple   57 crypto/cbc.c   	inst = skcipher_alloc_instance_simple(tmpl, tb, &alg);
skcipher_alloc_instance_simple  206 crypto/cfb.c   	inst = skcipher_alloc_instance_simple(tmpl, tb, &alg);
skcipher_alloc_instance_simple  132 crypto/ctr.c   	inst = skcipher_alloc_instance_simple(tmpl, tb, &alg);
skcipher_alloc_instance_simple   67 crypto/ecb.c   	inst = skcipher_alloc_instance_simple(tmpl, tb, &alg);
skcipher_alloc_instance_simple  269 crypto/keywrap.c 	inst = skcipher_alloc_instance_simple(tmpl, tb, &alg);
skcipher_alloc_instance_simple   58 crypto/ofb.c   	inst = skcipher_alloc_instance_simple(tmpl, tb, &alg);
skcipher_alloc_instance_simple  159 crypto/pcbc.c  	inst = skcipher_alloc_instance_simple(tmpl, tb, &alg);
skcipher_alloc_instance_simple 1237 crypto/skcipher.c EXPORT_SYMBOL_GPL(skcipher_alloc_instance_simple);
skcipher_alloc_instance_simple  250 include/crypto/internal/skcipher.h skcipher_alloc_instance_simple(struct crypto_template *tmpl, struct rtattr **tb,