Home
last modified time | relevance | path

Searched refs:crypto_inst_setname (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/include/crypto/
A Dalgapi.h144 int crypto_inst_setname(struct crypto_instance *inst, const char *name,
/linux-6.3-rc2/crypto/
A Dhmac.c207 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in hmac_create()
A Dxcbc.c217 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in xcbc_create()
A Dcmac.c256 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in cmac_create()
A Dlrw.c348 err = crypto_inst_setname(skcipher_crypto_instance(inst), "lrw", in lrw_create()
A Dcts.c356 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cts", in crypto_cts_create()
A Dxts.c387 err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts", in xts_create()
A Dalgapi.c914 int crypto_inst_setname(struct crypto_instance *inst, const char *name, in crypto_inst_setname() function
927 EXPORT_SYMBOL_GPL(crypto_inst_setname);
A Ddh.c587 err = crypto_inst_setname(kpp_crypto_instance(inst), in __dh_safe_prime_create()
A Dvmac.c646 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in vmac_create()
A Dccm.c885 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in cbcmac_create()
A Dskcipher.c939 err = crypto_inst_setname(skcipher_crypto_instance(inst), tmpl->name, in skcipher_alloc_instance_simple()

Completed in 19 milliseconds