Home
last modified time | relevance | path

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

/linux/crypto/
H A Daes.c145 static struct shash_alg mac_algs[] = { variable
210 if (ARRAY_SIZE(mac_algs) > 0) { in crypto_aes_mod_init()
211 err = crypto_register_shashes(mac_algs, ARRAY_SIZE(mac_algs)); in crypto_aes_mod_init()
225 if (ARRAY_SIZE(mac_algs) > 0) in crypto_aes_mod_exit()
226 crypto_unregister_shashes(mac_algs, ARRAY_SIZE(mac_algs)); in crypto_aes_mod_exit()