Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dhash.h71 int crypto_register_ahashes(struct ahash_alg *algs, int count);
/linux/crypto/
H A Dahash.c675 int crypto_register_ahashes(struct ahash_alg *algs, int count) in crypto_register_ahashes() function
693 EXPORT_SYMBOL_GPL(crypto_register_ahashes);
/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c2930 err = crypto_register_ahashes(hash_algos, ARRAY_SIZE(hash_algos)); in artpec6_crypto_probe()