Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/optee_include/
H A DOpteeClientInterface.h110 uint32_t trusty_write_oem_huk(uint32_t *buf, uint32_t length);
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_rockusb.c586 if (trusty_write_oem_huk((uint32_t *)(data + 8), 8) != 0) { in rkusb_do_vs_write()
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c785 uint32_t trusty_write_oem_huk(uint32_t *buf, uint32_t length) in trusty_write_oem_huk() function