Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_fips14042 crypto_inst_setname
/OK3568_Linux_fs/kernel/include/crypto/
H A Dalgapi.h122 int crypto_inst_setname(struct crypto_instance *inst, const char *name,
/OK3568_Linux_fs/kernel/crypto/
H A Dhmac.c203 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 Dcmac.c256 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 Dcts.c356 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cts", in crypto_cts_create()
H A Dxts.c387 err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts", in xts_create()
H A Dalgapi.c889 int crypto_inst_setname(struct crypto_instance *inst, const char *name, in crypto_inst_setname() function
902 EXPORT_SYMBOL_GPL(crypto_inst_setname);
H A Dvmac.c646 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in vmac_create()
H A Dccm.c886 err = crypto_inst_setname(shash_crypto_instance(inst), tmpl->name, alg); in cbcmac_create()
H A Dskcipher.c959 err = crypto_inst_setname(skcipher_crypto_instance(inst), tmpl->name, in skcipher_alloc_instance_simple()