Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/optee_include/
H A DOpteeClientInterface.h115 uint32_t trusty_write_oem_otp_key(enum RK_OEM_OTP_KEYID key_id,
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_rockusb.c617 if (trusty_write_oem_otp_key(key_id, (uint8_t *)(data + 9), key_len) != 0) { in rkusb_do_vs_write()
/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() function