Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/platform/ext/target/arm/corstone1000/bl2/
Dsecurity_cnt_bl2.c75 uint32_t img_security_cnt) in boot_nv_security_counter_update() argument
88 err = tfm_plat_set_nv_counter(nv_counter, img_security_cnt); in boot_nv_security_counter_update()
96 fwu_err = fwu_stage_nv_counter(FWU_TFM_NV_COUNTER, img_security_cnt); in boot_nv_security_counter_update()
98 fwu_err = fwu_stage_nv_counter(FWU_TFA_NV_COUNTER, img_security_cnt); in boot_nv_security_counter_update()
/trusted-firmware-m-3.7.0/platform/ext/target/arm/corstone1000/bl1/
Dbl1_security_cnt.c49 uint32_t img_security_cnt) in boot_nv_security_counter_update() argument
60 err = tfm_plat_set_nv_counter(PLAT_NV_COUNTER_BL1_0, img_security_cnt); in boot_nv_security_counter_update()
67 fwu_err = fwu_stage_nv_counter(FWU_BL2_NV_COUNTER, img_security_cnt); in boot_nv_security_counter_update()
/trusted-firmware-m-3.7.0/bl2/src/
Dsecurity_cnt.c73 uint32_t img_security_cnt) in boot_nv_security_counter_update() argument
83 err = tfm_plat_set_nv_counter(nv_counter, img_security_cnt); in boot_nv_security_counter_update()
/trusted-firmware-m-3.7.0/platform/ext/target/arm/corstone1000/fw_update_agent/
Dfwu_agent.h71 uint32_t img_security_cnt);
Dfwu_agent.c1323 uint32_t img_security_cnt) in fwu_stage_nv_counter() argument
1328 index, img_security_cnt); in fwu_stage_nv_counter()
1342 if (priv_metadata.nv_counter[index] != img_security_cnt) { in fwu_stage_nv_counter()
1343 priv_metadata.nv_counter[index] = img_security_cnt; in fwu_stage_nv_counter()