Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/optee_include/
H A DOpteeClientInterface.h12 enum RK_OEM_OTP_KEYID { enum
115 uint32_t trusty_write_oem_otp_key(enum RK_OEM_OTP_KEYID key_id,
117 uint32_t trusty_oem_otp_key_is_written(enum RK_OEM_OTP_KEYID key_id, uint8_t *value);
118 uint32_t trusty_set_oem_hr_otp_read_lock(enum RK_OEM_OTP_KEYID key_id);
119 uint32_t trusty_oem_otp_key_cipher(enum RK_OEM_OTP_KEYID key_id, rk_cipher_config *config,
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c950 uint32_t trusty_write_oem_otp_key(enum RK_OEM_OTP_KEYID key_id, in trusty_write_oem_otp_key()
1016 uint32_t trusty_oem_otp_key_is_written(enum RK_OEM_OTP_KEYID key_id, uint8_t *value) in trusty_oem_otp_key_is_written()
1068 uint32_t trusty_set_oem_hr_otp_read_lock(enum RK_OEM_OTP_KEYID key_id) in trusty_set_oem_hr_otp_read_lock()
1119 uint32_t trusty_oem_otp_key_cipher(enum RK_OEM_OTP_KEYID key_id, rk_cipher_config *config, in trusty_oem_otp_key_cipher()