Home
last modified time | relevance | path

Searched refs:crypto_clone_shash (Results 1 – 5 of 5) sorted by relevance

/linux/crypto/
H A Dshash.c254 struct crypto_shash *crypto_clone_shash(struct crypto_shash *hash) in crypto_clone_shash() function
288 EXPORT_SYMBOL_GPL(crypto_clone_shash);
H A Dhmac.c162 hash = crypto_clone_shash(sctx->hash); in hmac_clone_tfm()
H A Dahash.c606 shash = crypto_clone_shash(ahash_to_shash(hash)); in crypto_clone_ahash()
H A Dcryptd.c456 hash = crypto_clone_shash(ctx->child); in cryptd_hash_clone_tfm()
/linux/include/crypto/
H A Dhash.h682 struct crypto_shash *crypto_clone_shash(struct crypto_shash *tfm);