Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dcbc.c147 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cbc", alg); in crypto_cbc_create()
Dalgapi.c824 int crypto_inst_setname(struct crypto_instance *inst, const char *name, in crypto_inst_setname() function
837 EXPORT_SYMBOL_GPL(crypto_inst_setname);
853 err = crypto_inst_setname(inst, name, alg); in crypto_alloc_instance2()
Dpcbc.c251 err = crypto_inst_setname(skcipher_crypto_instance(inst), "pcbc", alg); in crypto_pcbc_create()
Dcfb.c293 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cfb", alg); in crypto_cfb_create()
Dcts.c366 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cts", in crypto_cts_create()
Dlrw.c511 err = crypto_inst_setname(skcipher_crypto_instance(inst), "lrw", in create()
Dxts.c457 err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts", in create()
/Linux-v4.19/arch/x86/crypto/
Dfpu.c152 err = crypto_inst_setname(skcipher_crypto_instance(inst), "fpu", in crypto_fpu_create()
/Linux-v4.19/include/crypto/
Dalgapi.h184 int crypto_inst_setname(struct crypto_instance *inst, const char *name,