Home
last modified time | relevance | path

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

/linux/crypto/
H A Dshash.c269 if (!alg->clone_tfm && (alg->init_tfm || alg->base.cra_init)) in crypto_clone_shash()
278 if (alg->clone_tfm) { in crypto_clone_shash()
279 err = alg->clone_tfm(nhash, hash); in crypto_clone_shash()
H A Dhmac.c233 inst->alg.clone_tfm = hmac_clone_tfm; in hmac_create()
H A Dcmac.c281 inst->alg.clone_tfm = cmac_clone_tfm; in cmac_create()
H A Dahash.c618 if (!alg->clone_tfm) in crypto_clone_ahash()
621 err = alg->clone_tfm(nhash, hash); in crypto_clone_ahash()
H A Dcryptd.c696 inst->alg.clone_tfm = cryptd_hash_clone_tfm; in cryptd_create_hash()
/linux/include/crypto/
H A Dhash.h149 int (*clone_tfm)(struct crypto_ahash *dst, struct crypto_ahash *src); member
215 int (*clone_tfm)(struct crypto_shash *dst, struct crypto_shash *src); member