Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/optee_include/
H A DOpteeClientInterface.h111 uint32_t trusty_read_permanent_attributes_flag(uint8_t *attributes);
/rk3399_rockchip-uboot/lib/avb/rk_avb_user/
H A Drk_avb_ops_user.c217 ret = trusty_read_permanent_attributes_flag(flag); in rk_avb_read_perm_attr_flag()
229 ret = trusty_read_permanent_attributes_flag(flag); in rk_avb_read_perm_attr_flag()
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c434 uint32_t trusty_read_permanent_attributes_flag(uint8_t *attributes) in trusty_read_permanent_attributes_flag() function