Home
last modified time | relevance | path

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

/linux-5.19.10/include/crypto/internal/
Dhash.h73 int crypto_register_ahashes(struct ahash_alg *algs, int count);
/linux-5.19.10/crypto/
Dahash.c603 int crypto_register_ahashes(struct ahash_alg *algs, int count) in crypto_register_ahashes() function
621 EXPORT_SYMBOL_GPL(crypto_register_ahashes);
/linux-5.19.10/drivers/crypto/keembay/
Dkeembay-ocs-hcu-core.c1234 rc = crypto_register_ahashes(ocs_hcu_algs, ARRAY_SIZE(ocs_hcu_algs)); in kmb_ocs_hcu_probe()
/linux-5.19.10/drivers/crypto/axis/
Dartpec6_crypto.c2929 err = crypto_register_ahashes(hash_algos, ARRAY_SIZE(hash_algos)); in artpec6_crypto_probe()