Home
last modified time | relevance | path

Searched defs:counter_val (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/bl1/bl1_2/scripts/
Dcreate_bl2_img.py109 def encrypt_binary_blob(blob, counter_val, encrypt_key): argument
129 counter_val = secrets.token_bytes(12) + int(0).to_bytes(4, 'little') variable
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/bl2/
Dcreate_xip_tables.py68counter_val = struct_pack([line_idx.to_bytes(4, 'little'), fw_version_bytes, nonce_bytes[4:], nonc… variable
/trusted-firmware-m-latest/secure_fw/partitions/platform/
Dplatform_sp.c89 uint8_t counter_val[NV_COUNTER_SIZE] = {0}; in platform_sp_nv_read_psa_api() local