Home
last modified time | relevance | path

Searched refs:trusty_read_permanent_attributes (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/optee_include/
H A DOpteeClientInterface.h88 uint32_t trusty_read_permanent_attributes(uint8_t *attributes, uint32_t size);
/rk3399_rockchip-uboot/lib/avb/libavb_user/
H A Davb_ops_user.c380 trusty_read_permanent_attributes((uint8_t *)attributes, in avb_read_perm_attr()
/rk3399_rockchip-uboot/lib/avb/rk_avb_user/
H A Drk_avb_ops_user.c73 if(trusty_read_permanent_attributes(attributes, size) != 0) { in rk_avb_read_permanent_attributes()
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c422 uint32_t trusty_read_permanent_attributes(uint8_t *attributes, uint32_t size) in trusty_read_permanent_attributes() function