Searched refs:crypto_register_ahashes (Results 1 – 6 of 6) sorted by relevance
15 #define crypto_register_ahashes fips140_crypto_register_ahashes macro
43 #undef crypto_register_ahashes345 return crypto_register_ahashes(algs, count); in fips140_crypto_register_ahashes()
603 int crypto_register_ahashes(struct ahash_alg *algs, int count) in crypto_register_ahashes() function621 EXPORT_SYMBOL_GPL(crypto_register_ahashes);
47 crypto_register_ahashes
73 int crypto_register_ahashes(struct ahash_alg *algs, int count);
2928 err = crypto_register_ahashes(hash_algos, ARRAY_SIZE(hash_algos)); in artpec6_crypto_probe()