Home
last modified time | relevance | path

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

/linux/include/crypto/
A Dalgapi.h165 int crypto_inst_setname(struct crypto_instance *inst, const char *name,
/linux/crypto/
A Decb.c121 err = crypto_inst_setname(lskcipher_crypto_instance(inst), tmpl->name, in lskcipher_alloc_instance_simple2()
A Dxcbc.c211 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in xcbc_create()
A Dcmac.c264 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in cmac_create()
A Dhmac.c215 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in hmac_create()
A Dlrw.c348 err = crypto_inst_setname(skcipher_crypto_instance(inst), "lrw", in lrw_create()
A Dalgapi.c887 int crypto_inst_setname(struct crypto_instance *inst, const char *name, in crypto_inst_setname() function
900 EXPORT_SYMBOL_GPL(crypto_inst_setname);
A Dcts.c356 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cts", in crypto_cts_create()
A Dxts.c389 err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts", in xts_create()
A Ddh.c588 err = crypto_inst_setname(kpp_crypto_instance(inst), in __dh_safe_prime_create()
A Dlskcipher.c527 err = crypto_inst_setname(lskcipher_crypto_instance(inst), tmpl->name, in lskcipher_alloc_instance_simple()
A Dvmac.c646 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in vmac_create()
A Dccm.c881 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in cbcmac_create()
A Dskcipher.c1057 err = crypto_inst_setname(skcipher_crypto_instance(inst), tmpl->name, in skcipher_alloc_instance_simple()

Completed in 39 milliseconds