Searched refs:h_algo_map_tbl (Results 1 – 1 of 1) sorted by relevance
1459 static const struct hash_algo_name_map h_algo_map_tbl[] = { variable1505 for (i = 0; i < ARRAY_SIZE(h_algo_map_tbl); i++) { in rk_get_hash_name()1506 if (id == h_algo_map_tbl[i].id) { in rk_get_hash_name()1507 *is_hmac = h_algo_map_tbl[i].is_hmac; in rk_get_hash_name()1508 return h_algo_map_tbl[i].name; in rk_get_hash_name()