Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/internal/
Dhash.h75 void crypto_unregister_ahashes(struct ahash_alg *algs, int count);
/Linux-v5.4/crypto/
Dahash.c627 void crypto_unregister_ahashes(struct ahash_alg *algs, int count) in crypto_unregister_ahashes() function
634 EXPORT_SYMBOL_GPL(crypto_unregister_ahashes);
/Linux-v5.4/drivers/crypto/axis/
Dartpec6_crypto.c2953 crypto_unregister_ahashes(hash_algos, ARRAY_SIZE(hash_algos)); in artpec6_crypto_probe()
2966 crypto_unregister_ahashes(hash_algos, ARRAY_SIZE(hash_algos)); in artpec6_crypto_remove()