Searched refs:crypto_inst_setname (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/crypto/ | 
| D | algapi.c | 844 int crypto_inst_setname(struct crypto_instance *inst, const char *name,  in crypto_inst_setname()  function857 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()
 | 
| /Linux-v5.4/include/crypto/ | 
| D | algapi.h | 183 int crypto_inst_setname(struct crypto_instance *inst, const char *name,
 |