Searched refs:crypto_inst_setname (Results 1 – 5 of 5) sorted by relevance
/crypto/ |
D | algapi.c | 844 int crypto_inst_setname(struct crypto_instance *inst, const char *name, in crypto_inst_setname() function 857 EXPORT_SYMBOL_GPL(crypto_inst_setname); 873 err = crypto_inst_setname(inst, name, alg); in crypto_alloc_instance()
|
D | lrw.c | 352 err = crypto_inst_setname(skcipher_crypto_instance(inst), "lrw", in create()
|
D | cts.c | 370 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cts", in crypto_cts_create()
|
D | xts.c | 392 err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts", in create()
|
D | skcipher.c | 1202 err = crypto_inst_setname(skcipher_crypto_instance(inst), tmpl->name, in skcipher_alloc_instance_simple()
|