/kernel/linux/linux-5.10/include/crypto/ |
H A D | algapi.h | 125 int crypto_inst_setname(struct crypto_instance *inst, const char *name,
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | algapi.h | 168 int crypto_inst_setname(struct crypto_instance *inst, const char *name,
|
/kernel/linux/linux-5.10/crypto/ |
H A D | cmac.c | 255 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in cmac_create()
|
H A D | xcbc.c | 216 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in xcbc_create()
|
H A D | lrw.c | 348 err = crypto_inst_setname(skcipher_crypto_instance(inst), "lrw", in lrw_create()
|
H A D | hmac.c | 203 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in hmac_create()
|
H A D | xts.c | 386 err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts", in xts_create()
|
H A D | cts.c | 356 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cts", in crypto_cts_create()
|
H A D | algapi.c | 904 int crypto_inst_setname(struct crypto_instance *inst, const char *name, in crypto_inst_setname() function 917 EXPORT_SYMBOL_GPL(crypto_inst_setname); variable
|
H A D | vmac.c | 645 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in vmac_create()
|
H A D | ccm.c | 885 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in cbcmac_create()
|
H A D | skcipher.c | 958 err = crypto_inst_setname(skcipher_crypto_instance(inst), tmpl->name, in skcipher_alloc_instance_simple()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | cmac.c | 272 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in cmac_create()
|
H A D | lrw.c | 348 err = crypto_inst_setname(skcipher_crypto_instance(inst), "lrw", in lrw_create()
|
H A D | hmac.c | 222 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in hmac_create()
|
H A D | xcbc.c | 217 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in xcbc_create()
|
H A D | algapi.c | 927 int crypto_inst_setname(struct crypto_instance *inst, const char *name, in crypto_inst_setname() function 940 EXPORT_SYMBOL_GPL(crypto_inst_setname); variable
|
H A D | dh.c | 587 err = crypto_inst_setname(kpp_crypto_instance(inst), in __dh_safe_prime_create()
|
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 | ccm.c | 885 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in cbcmac_create()
|
H A D | vmac.c | 646 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in vmac_create()
|
H A D | skcipher.c | 1004 err = crypto_inst_setname(skcipher_crypto_instance(inst), tmpl->name, in skcipher_alloc_instance_simple()
|