Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_utils.c57 static const struct test_name_map algo_map_tbl[] = { variable
115 return get_name_from_map(algo, &algo_map_tbl[0], ARRAY_SIZE(algo_map_tbl)); in test_algo_name()
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_core.c114 const struct algo_map_info algo_map_tbl[] = { variable
204 for (i = 0; i < ARRAY_SIZE(algo_map_tbl); i++) { in rk_get_crypto_id()
205 if (algo == algo_map_tbl[i].algo && mode == algo_map_tbl[i].mode) { in rk_get_crypto_id()
206 *crypto_id = algo_map_tbl[i].crypto_id; in rk_get_crypto_id()