Home
last modified time | relevance | path

Searched refs:trusty_read_attribute_hash (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/include/optee_include/
H A DOpteeClientInterface.h99 uint32_t trusty_read_attribute_hash(uint32_t *buf, uint32_t length);
/rk3399_rockchip-uboot/lib/avb/libavb_user/
H A Davb_ops_user.c395 if (trusty_read_attribute_hash((uint32_t *)hash, in avb_read_perm_attr_hash()
/rk3399_rockchip-uboot/lib/avb/rk_avb_user/
H A Drk_avb_ops_user.c290 if (trusty_read_attribute_hash((uint32_t *)buf, in rk_avb_read_attribute_hash()
/rk3399_rockchip-uboot/cmd/
H A Dmmc.c177 trusty_read_attribute_hash(outbuf32, 8); in do_mmc_testefuse()
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c609 uint32_t trusty_read_attribute_hash(uint32_t *buf, uint32_t length) in trusty_read_attribute_hash() function