Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
Dicp_qat_fw_init_admin.h79 __u32 hash_algos; member
/kernel/linux/linux-5.10/drivers/crypto/axis/
Dartpec6_crypto.c2618 static struct ahash_alg hash_algos[] = { variable
2928 err = crypto_register_ahashes(hash_algos, ARRAY_SIZE(hash_algos)); in artpec6_crypto_probe()
2951 crypto_unregister_ahashes(hash_algos, ARRAY_SIZE(hash_algos)); in artpec6_crypto_probe()
2964 crypto_unregister_ahashes(hash_algos, ARRAY_SIZE(hash_algos)); in artpec6_crypto_remove()