Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/avb/libavb_user/
H A Davb_ops_user.c231 ret = trusty_write_rollback_index(rollback_index_location, in read_rollback_index()
269 if (trusty_write_rollback_index(rollback_index_location, in write_rollback_index()
417 if (trusty_write_rollback_index(rollback_index_location, key_version)) in avb_set_key_version()
/rk3399_rockchip-uboot/include/optee_include/
H A DOpteeClientInterface.h87 uint32_t trusty_write_rollback_index(uint32_t slot, uint64_t value);
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dboard.c1188 return trusty_write_rollback_index(FIT_ROLLBACK_INDEX_LOCATION, in fit_write_trusty_rollback_index()
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c413 uint32_t trusty_write_rollback_index(uint32_t slot, uint64_t value) in trusty_write_rollback_index() function