Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/optee_include/
H A DOpteeClientInterface.h107 uint32_t trusty_write_oem_encrypt_data(uint32_t *buf, uint32_t length);
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_rockusb.c597 if (trusty_write_oem_encrypt_data((uint32_t *)(data + 8), 4) != 0) { in rkusb_do_vs_write()
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c720 uint32_t trusty_write_oem_encrypt_data(uint32_t *buf, uint32_t length) in trusty_write_oem_encrypt_data() function