Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/provisioning/bundle_dm/
Ddm_create_provisioning_data.py38 return hex_to_c_array(digest.finalize())
82 bl1_rotpk_0 = hex_to_c_array(os.urandom(56))
85 bl2_encryption_key = hex_to_c_array(F.read())
104 implementation_id = hex_to_c_array(os.urandom(32))
113 secure_debug_pk = hex_to_c_array(os.urandom(32))
116 boot_seed = hex_to_c_array(os.urandom(32))
122 entropy_seed = hex_to_c_array(os.urandom(64))
144 def hex_to_c_array(hex_val): function
/trusted-firmware-m-latest/platform/ext/target/armchina/mps3/common/provisioning/
Dcreate_provisioning_data.py38 return hex_to_c_array(digest.finalize())
90 huk = hex_to_c_array(os.urandom(32))
93 iak = hex_to_c_array(os.urandom(32))
96 boot_seed = hex_to_c_array(os.urandom(32))
99 implementation_id = hex_to_c_array(os.urandom(32))
102 entropy_seed = hex_to_c_array(os.urandom(64))
124 def hex_to_c_array(hex_val): function
/trusted-firmware-m-latest/platform/ext/common/provisioning_bundle/
Dcreate_provisioning_data.py47 return hex_to_c_array(key_bytes)
104 huk = hex_to_c_array(os.urandom(32))
107 iak = hex_to_c_array(os.urandom(32))
110 boot_seed = hex_to_c_array(os.urandom(32))
113 implementation_id = hex_to_c_array(os.urandom(32))
116 entropy_seed = hex_to_c_array(os.urandom(64))
138 def hex_to_c_array(hex_val): function
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/provisioning/bundle_cm/
Dcm_create_provisioning_data.py28 guk = hex_to_c_array(os.urandom(32))
31 sam_config = hex_to_c_array(bytes(23))
42 def hex_to_c_array(hex_val): function