driver_hash      4372 drivers/crypto/caam/caamalg_qi2.c static struct caam_hash_template driver_hash[] = {
driver_hash      5283 drivers/crypto/caam/caamalg_qi2.c 	for (i = 0; i < ARRAY_SIZE(driver_hash); i++) {
driver_hash      5285 drivers/crypto/caam/caamalg_qi2.c 		struct caam_hash_template *alg = driver_hash + i;
driver_hash      1632 drivers/crypto/caam/caamhash.c static struct caam_hash_template driver_hash[] = {
driver_hash      2019 drivers/crypto/caam/caamhash.c 	for (i = 0; i < ARRAY_SIZE(driver_hash); i++) {
driver_hash      2021 drivers/crypto/caam/caamhash.c 		struct caam_hash_template *alg = driver_hash + i;
driver_hash      1580 drivers/crypto/ccree/cc_hash.c static struct cc_hash_template driver_hash[] = {
driver_hash      2041 drivers/crypto/ccree/cc_hash.c 	for (alg = 0; alg < ARRAY_SIZE(driver_hash); alg++) {
driver_hash      2043 drivers/crypto/ccree/cc_hash.c 		int hw_mode = driver_hash[alg].hw_mode;
driver_hash      2046 drivers/crypto/ccree/cc_hash.c 		if ((driver_hash[alg].min_hw_rev > drvdata->hw_rev) ||
driver_hash      2047 drivers/crypto/ccree/cc_hash.c 		    !(drvdata->std_bodies & driver_hash[alg].std_body))
driver_hash      2050 drivers/crypto/ccree/cc_hash.c 		if (driver_hash[alg].is_mac) {
driver_hash      2052 drivers/crypto/ccree/cc_hash.c 			t_alg = cc_alloc_hash_alg(&driver_hash[alg], dev, true);
driver_hash      2056 drivers/crypto/ccree/cc_hash.c 					driver_hash[alg].driver_name);
driver_hash      2064 drivers/crypto/ccree/cc_hash.c 					driver_hash[alg].driver_name);
driver_hash      2077 drivers/crypto/ccree/cc_hash.c 		t_alg = cc_alloc_hash_alg(&driver_hash[alg], dev, false);
driver_hash      2081 drivers/crypto/ccree/cc_hash.c 				driver_hash[alg].driver_name);
driver_hash      2089 drivers/crypto/ccree/cc_hash.c 				driver_hash[alg].driver_name);