Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dhash.h74 void crypto_unregister_ahashes(struct ahash_alg *algs, int count);
/OK3568_Linux_fs/kernel/crypto/
H A Dahash.c623 void crypto_unregister_ahashes(struct ahash_alg *algs, int count) in crypto_unregister_ahashes() function
630 EXPORT_SYMBOL_GPL(crypto_unregister_ahashes);
/OK3568_Linux_fs/kernel/drivers/crypto/axis/
H A Dartpec6_crypto.c2951 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()