Home
last modified time | relevance | path

Searched refs:clone_tfm (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/crypto/
H A Dshash.c600 if (!alg->clone_tfm && (alg->init_tfm || alg->base.cra_init)) in crypto_clone_shash()
609 if (alg->clone_tfm) { in crypto_clone_shash()
610 err = alg->clone_tfm(nhash, hash); in crypto_clone_shash()
H A Dahash.c579 if (!alg->clone_tfm) in crypto_clone_ahash()
582 err = alg->clone_tfm(nhash, hash); in crypto_clone_ahash()
H A Dhmac.c245 inst->alg.clone_tfm = hmac_clone_tfm; in hmac_create()
H A Dcmac.c298 inst->alg.clone_tfm = cmac_clone_tfm; in cmac_create()
H A Dcryptd.c696 inst->alg.clone_tfm = cryptd_hash_clone_tfm; in cryptd_create_hash()
/openbmc/linux/include/crypto/
H A Dhash.h170 int (*clone_tfm)(struct crypto_ahash *dst, struct crypto_ahash *src); member
240 int (*clone_tfm)(struct crypto_shash *dst, struct crypto_shash *src); member