Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/axis/
H A Dartpec6_crypto.c315 struct crypto_shash *child_hash; member
2244 ret = crypto_shash_tfm_digest(tfm_ctx->child_hash, key, keylen, in artpec6_crypto_hash_set_key()
2405 tfm_ctx->child_hash = child; in artpec6_crypto_ahash_init_common()
2425 if (tfm_ctx->child_hash) in artpec6_crypto_ahash_exit()
2426 crypto_free_shash(tfm_ctx->child_hash); in artpec6_crypto_ahash_exit()
/kernel/linux/linux-6.6/drivers/crypto/axis/
H A Dartpec6_crypto.c316 struct crypto_shash *child_hash; member
2245 ret = crypto_shash_tfm_digest(tfm_ctx->child_hash, key, keylen, in artpec6_crypto_hash_set_key()
2406 tfm_ctx->child_hash = child; in artpec6_crypto_ahash_init_common()
2426 if (tfm_ctx->child_hash) in artpec6_crypto_ahash_exit()
2427 crypto_free_shash(tfm_ctx->child_hash); in artpec6_crypto_ahash_exit()

Completed in 10 milliseconds