Home
last modified time | relevance | path

Searched refs:TFM_PS_NV_COUNTER_2 (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.4.0/secure_fw/partitions/protected_storage/nv_counters/
Dps_nv_counters.h24 #define TFM_PS_NV_COUNTER_2 PLAT_NV_COUNTER_PS_1 macro
/trusted-firmware-m-3.4.0/secure_fw/partitions/protected_storage/
Dps_object_table.c296 err = ps_read_nv_counter(TFM_PS_NV_COUNTER_2, &nvc_x_val); in ps_object_table_align_nv_counters()
302 err = ps_increment_nv_counter(TFM_PS_NV_COUNTER_2); in ps_object_table_align_nv_counters()
420 err = ps_read_nv_counter(TFM_PS_NV_COUNTER_2, &nvc_2); in ps_object_table_nvc_authenticate()