Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Drk_cryptodev.c1459 static const struct hash_algo_name_map h_algo_map_tbl[] = { variable
1505 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()