Searched refs:crypto_inst_setname (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/crypto/ |
| H A D | ecdsa-p1363.c | 126 err = crypto_inst_setname(sig_crypto_instance(inst), tmpl->name, in ecdsa_p1363_create()
|
| H A D | ecdsa-x962.c | 204 err = crypto_inst_setname(sig_crypto_instance(inst), tmpl->name, in ecdsa_x962_create()
|
| H A D | xcbc.c | 211 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in xcbc_create()
|
| H A D | ecb.c | 121 err = crypto_inst_setname(lskcipher_crypto_instance(inst), tmpl->name, in lskcipher_alloc_instance_simple2()
|
| H A D | cmac.c | 264 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in cmac_create()
|
| H A D | hmac.c | 215 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in hmac_create()
|
| H A D | lrw.c | 348 err = crypto_inst_setname(skcipher_crypto_instance(inst), "lrw", in lrw_create()
|
| H A D | algapi.c | 886 int crypto_inst_setname(struct crypto_instance *inst, const char *name, in crypto_inst_setname() function 899 EXPORT_SYMBOL_GPL(crypto_inst_setname);
|
| H A D | cts.c | 356 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cts", in crypto_cts_create()
|
| H A D | xts.c | 389 err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts", in xts_create()
|
| H A D | dh.c | 588 err = crypto_inst_setname(kpp_crypto_instance(inst), in __dh_safe_prime_create()
|
| H A D | lskcipher.c | 527 err = crypto_inst_setname(lskcipher_crypto_instance(inst), tmpl->name, in lskcipher_alloc_instance_simple()
|
| H A D | skcipher.c | 859 err = crypto_inst_setname(skcipher_crypto_instance(inst), tmpl->name, in skcipher_alloc_instance_simple()
|
| H A D | ccm.c | 881 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in cbcmac_create()
|
| /linux-6.15/include/crypto/ |
| H A D | algapi.h | 160 int crypto_inst_setname(struct crypto_instance *inst, const char *name,
|