Searched refs:hex_to_c_array (Results 1 – 4 of 4) sorted by relevance
38 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
38 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
47 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
28 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