Home
last modified time | relevance | path

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

/Linux-v6.1/include/crypto/internal/
Dhash.h74 void crypto_unregister_ahashes(struct ahash_alg *algs, int count);
/Linux-v6.1/crypto/
Dahash.c623 void crypto_unregister_ahashes(struct ahash_alg *algs, int count) in crypto_unregister_ahashes() function
630 EXPORT_SYMBOL_GPL(crypto_unregister_ahashes);
/Linux-v6.1/drivers/crypto/keembay/
Dkeembay-ocs-hcu-core.c1158 crypto_unregister_ahashes(ocs_hcu_algs, ARRAY_SIZE(ocs_hcu_algs)); in kmb_ocs_hcu_remove()
/Linux-v6.1/drivers/crypto/axis/
Dartpec6_crypto.c2952 crypto_unregister_ahashes(hash_algos, ARRAY_SIZE(hash_algos)); in artpec6_crypto_probe()
2965 crypto_unregister_ahashes(hash_algos, ARRAY_SIZE(hash_algos)); in artpec6_crypto_remove()