Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/axis/
Dartpec6_crypto.c319 struct crypto_shash *child_hash; member
2229 SHASH_DESC_ON_STACK(hdesc, tfm_ctx->child_hash); in artpec6_crypto_hash_set_key()
2231 hdesc->tfm = tfm_ctx->child_hash; in artpec6_crypto_hash_set_key()
2468 tfm_ctx->child_hash = child; in artpec6_crypto_ahash_init_common()
2499 if (tfm_ctx->child_hash) in artpec6_crypto_ahash_exit()
2500 crypto_free_shash(tfm_ctx->child_hash); in artpec6_crypto_ahash_exit()