Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/optee_include/
H A DOpteeClientInterface.h55 RK_ALGO_AES = 1, enumerator
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c1141 if (config->algo != RK_ALGO_AES && config->algo != RK_ALGO_SM4) in trusty_oem_otp_key_cipher()
2256 if (config->algo != RK_ALGO_AES && config->algo != RK_ALGO_SM4) in trusty_fw_key_cipher()
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c1619 config.algo = RK_ALGO_AES; in fit_image_uncipher()