Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A Dfips140-defs.h15 #define crypto_register_ahashes fips140_crypto_register_ahashes macro
H A Dfips140-alg-registration.c43 #undef crypto_register_ahashes
345 return crypto_register_ahashes(algs, count); in fips140_crypto_register_ahashes()
H A Dahash.c603 int crypto_register_ahashes(struct ahash_alg *algs, int count) in crypto_register_ahashes() function
621 EXPORT_SYMBOL_GPL(crypto_register_ahashes);
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_fips14047 crypto_register_ahashes
/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dhash.h73 int crypto_register_ahashes(struct ahash_alg *algs, int count);
/OK3568_Linux_fs/kernel/drivers/crypto/axis/
H A Dartpec6_crypto.c2928 err = crypto_register_ahashes(hash_algos, ARRAY_SIZE(hash_algos)); in artpec6_crypto_probe()