Searched defs:counter_val (Results 1 – 3 of 3) sorted by relevance
109 def encrypt_binary_blob(blob, counter_val, encrypt_key): argument129 counter_val = secrets.token_bytes(12) + int(0).to_bytes(4, 'little') variable
68 …counter_val = struct_pack([line_idx.to_bytes(4, 'little'), fw_version_bytes, nonce_bytes[4:], nonc… variable
89 uint8_t counter_val[NV_COUNTER_SIZE] = {0}; in platform_sp_nv_read_psa_api() local