Home
last modified time | relevance | path

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

/linux/crypto/
H A Decdsa-p1363.c128 err = crypto_inst_setname(sig_crypto_instance(inst), tmpl->name, in ecdsa_p1363_create()
H A Dxcbc.c154 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in xcbc_create()
H A Decdsa-x962.c205 err = crypto_inst_setname(sig_crypto_instance(inst), tmpl->name, in ecdsa_x962_create()
H A Decb.c121 err = crypto_inst_setname(lskcipher_crypto_instance(inst), tmpl->name, in lskcipher_alloc_instance_simple2()
H A Dhmac.c217 err = crypto_inst_setname(shash_crypto_instance(inst), "hmac", in __hmac_create_shash()
480 err = crypto_inst_setname(ahash_crypto_instance(inst), tmpl->name, alg); in hmac_create_ahash()
H A Dlrw.c348 err = crypto_inst_setname(skcipher_crypto_instance(inst), "lrw", in lrw_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 Ddh.c588 err = crypto_inst_setname(kpp_crypto_instance(inst), in __dh_safe_prime_create()
H A Dskcipher.c611 err = crypto_inst_setname(skcipher_crypto_instance(inst), tmpl->name, in skcipher_alloc_instance_simple()
H A Dlskcipher.c528 err = crypto_inst_setname(lskcipher_crypto_instance(inst), tmpl->name, in lskcipher_alloc_instance_simple()
H A Dccm.c870 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in cbcmac_create()
/linux/include/crypto/
H A Dalgapi.h152 #define crypto_inst_setname(inst, name, ...) \ macro