Home
last modified time | relevance | path

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

/Linux-v5.10/include/crypto/internal/
Dhash.h73 int crypto_register_ahashes(struct ahash_alg *algs, int count);
/Linux-v5.10/crypto/
Dahash.c603 int crypto_register_ahashes(struct ahash_alg *algs, int count) in crypto_register_ahashes() function
621 EXPORT_SYMBOL_GPL(crypto_register_ahashes);
/Linux-v5.10/drivers/crypto/axis/
Dartpec6_crypto.c2928 err = crypto_register_ahashes(hash_algos, ARRAY_SIZE(hash_algos)); in artpec6_crypto_probe()