Home
last modified time | relevance | path

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

/crypto/
Dxcbc.c217 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in xcbc_create()
Dhmac.c222 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in hmac_create()
Dcmac.c272 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in cmac_create()
Dlrw.c348 err = crypto_inst_setname(skcipher_crypto_instance(inst), "lrw", in lrw_create()
Dcts.c356 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cts", in crypto_cts_create()
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);
Dxts.c389 err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts", in xts_create()
Ddh.c587 err = crypto_inst_setname(kpp_crypto_instance(inst), in __dh_safe_prime_create()
Dvmac.c646 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in vmac_create()
Dccm.c885 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in cbcmac_create()
Dskcipher.c1004 err = crypto_inst_setname(skcipher_crypto_instance(inst), tmpl->name, in skcipher_alloc_instance_simple()