Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/optee_include/
H A DOpteeClientInterface.h70 } rk_cipher_config; typedef
119 uint32_t trusty_oem_otp_key_cipher(enum RK_OEM_OTP_KEYID key_id, rk_cipher_config *config,
138 uint32_t trusty_fw_key_cipher(enum RK_FW_KEYID key_id, rk_cipher_config *config,
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c1119 uint32_t trusty_oem_otp_key_cipher(enum RK_OEM_OTP_KEYID key_id, rk_cipher_config *config, in trusty_oem_otp_key_cipher()
1189 SharedMem_config.size = sizeof(rk_cipher_config); in trusty_oem_otp_key_cipher()
1194 memcpy(SharedMem_config.buffer, config, sizeof(rk_cipher_config)); in trusty_oem_otp_key_cipher()
2238 uint32_t trusty_fw_key_cipher(enum RK_FW_KEYID key_id, rk_cipher_config *config, in trusty_fw_key_cipher()
2295 SharedMem_config.size = sizeof(rk_cipher_config); in trusty_fw_key_cipher()
2300 memcpy(SharedMem_config.buffer, config, sizeof(rk_cipher_config)); in trusty_fw_key_cipher()
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c1582 rk_cipher_config config; in fit_image_uncipher()