Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/optee_include/
H A DOpteeClientInterface.h89 uint32_t trusty_write_permanent_attributes(uint8_t *attributes, uint32_t size);
/rk3399_rockchip-uboot/lib/avb/rk_avb_user/
H A Drk_avb_ops_user.c87 if(trusty_write_permanent_attributes(attributes, size) != 0) { in rk_avb_write_permanent_attributes()
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c428 uint32_t trusty_write_permanent_attributes(uint8_t *attributes, uint32_t size) in trusty_write_permanent_attributes() function