Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/rockchip/
H A Drkce_core.h346 bool rkce_hw_algo_valid(void *rkce_hw, uint32_t type, uint32_t algo, uint32_t mode);
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Drkce_core.c177 bool rkce_hw_algo_valid(void *rkce_hw, uint32_t type, uint32_t algo, uint32_t mode) in rkce_hw_algo_valid() function
H A Dcrypto_ce.c190 if (rkce_hw_algo_valid(priv->hardware, algo_type, map[i].rkce, 0)) in rk_load_map()