Searched refs:rk_cipher_algo_map (Results 1 – 1 of 1) sorted by relevance
647 static const struct rockchip_map rk_cipher_algo_map[] = { variable679 for (i = 0; i < ARRAY_SIZE(rk_cipher_algo_map); i++) { in rk_get_cipher_cemode()680 if (mode == rk_cipher_algo_map[i].crypto) { in rk_get_cipher_cemode()681 *ce_mode = rk_cipher_algo_map[i].rkce; in rk_get_cipher_cemode()