Searched refs:mac_algs (Results 1 – 1 of 1) sorted by relevance
145 static struct shash_alg mac_algs[] = { variable210 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()