hash_algs          43 drivers/crypto/ccp/ccp-crypto-main.c static LIST_HEAD(hash_algs);
hash_algs         337 drivers/crypto/ccp/ccp-crypto-main.c 		ret = ccp_register_aes_cmac_algs(&hash_algs);
hash_algs         357 drivers/crypto/ccp/ccp-crypto-main.c 		ret = ccp_register_sha_algs(&hash_algs);
hash_algs         378 drivers/crypto/ccp/ccp-crypto-main.c 	list_for_each_entry_safe(ahash_alg, ahash_tmp, &hash_algs, entry) {
hash_algs        1514 drivers/crypto/ux500/hash/hash_core.c static struct hash_algo_template hash_algs[] = {
hash_algs        1620 drivers/crypto/ux500/hash/hash_core.c 	for (i = 0; i < ARRAY_SIZE(hash_algs); i++) {
hash_algs        1621 drivers/crypto/ux500/hash/hash_core.c 		ret = crypto_register_ahash(&hash_algs[i].hash);
hash_algs        1625 drivers/crypto/ux500/hash/hash_core.c 				hash_algs[i].hash.halg.base.cra_driver_name);
hash_algs        1632 drivers/crypto/ux500/hash/hash_core.c 		crypto_unregister_ahash(&hash_algs[i].hash);
hash_algs        1643 drivers/crypto/ux500/hash/hash_core.c 	for (i = 0; i < ARRAY_SIZE(hash_algs); i++)
hash_algs        1644 drivers/crypto/ux500/hash/hash_core.c 		crypto_unregister_ahash(&hash_algs[i].hash);