Home
last modified time | relevance | path

Searched refs:crypto_inst_setname (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
H A Dalgapi.h125 int crypto_inst_setname(struct crypto_instance *inst, const char *name,
/kernel/linux/linux-6.6/include/crypto/
H A Dalgapi.h168 int crypto_inst_setname(struct crypto_instance *inst, const char *name,
/kernel/linux/linux-5.10/crypto/
H A Dcmac.c255 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in cmac_create()
H A Dxcbc.c216 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in xcbc_create()
H A Dlrw.c348 err = crypto_inst_setname(skcipher_crypto_instance(inst), "lrw", in lrw_create()
H A Dhmac.c203 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in hmac_create()
H A Dxts.c386 err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts", in xts_create()
H A Dcts.c356 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cts", in crypto_cts_create()
H A Dalgapi.c904 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 Dvmac.c645 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in vmac_create()
H A Dccm.c885 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in cbcmac_create()
H A Dskcipher.c958 err = crypto_inst_setname(skcipher_crypto_instance(inst), tmpl->name, in skcipher_alloc_instance_simple()
/kernel/linux/linux-6.6/crypto/
H A Dcmac.c272 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in cmac_create()
H A Dlrw.c348 err = crypto_inst_setname(skcipher_crypto_instance(inst), "lrw", in lrw_create()
H A Dhmac.c222 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in hmac_create()
H A Dxcbc.c217 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in xcbc_create()
H A Dalgapi.c927 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 Ddh.c587 err = crypto_inst_setname(kpp_crypto_instance(inst), in __dh_safe_prime_create()
H A Dcts.c356 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cts", in crypto_cts_create()
H A Dxts.c389 err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts", in xts_create()
H A Dccm.c885 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in cbcmac_create()
H A Dvmac.c646 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in vmac_create()
H A Dskcipher.c1004 err = crypto_inst_setname(skcipher_crypto_instance(inst), tmpl->name, in skcipher_alloc_instance_simple()

Completed in 21 milliseconds