Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 7 of 7) sorted by relevance

/optee_os/scripts/
H A Dts_bin_to_c.py118 f.write(hex(bytes[i]) + ',')
152 f.write('const uint8_t ts_bin_' + ts_uuid.hex + '[] = {\n')
159 f.write('const uint8_t fdt_bin_' + ts_uuid.hex + '[] = {\n')
164 f.write('\t.fdt = fdt_bin_' + ts_uuid.hex + ',\n')
183 f.write('\t.size = sizeof(ts_bin_' + ts_uuid.hex +
185 f.write('\t.ts = ts_bin_' + ts_uuid.hex + ',\n')
H A Dbin_to_c.py63 f.write(hex(bytes[i]) + ',')
H A Dderive_rpmb_key.py117 print(key.hex())
H A Dsign_rproc_fw.py145 raise Exception('TLV %s not in range' % hex(type_id))
/optee_os/lib/libutee/
H A Dtee_uuid_from_str.c12 static int hex(char c) in hex() function
30 c = hex(s[n]); in parse_hex()
/optee_os/lib/libutils/ext/
H A Dsnprintk.c478 goto hex; in kprintf()
481 hex: _uquad = UARG(); in kprintf()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1163 hex. They cannot be used simultaneously
1166 - "serial_hex" is used for the hex format; max length here is
1354 serial numbers are now rendered in hex format. Fixes #6262.
2040 * Remove the following deprecated functions and constants of hex-encoded
4085 * Deprecate hex string DHE constants MBEDTLS_DHM_RFC3526_MODP_2048_P etc.
4089 from hex strings. Superseded by mbedtls_ssl_conf_dh_param_bin()
5213 * Fix mpi_write_string() to write "00" as hex output for empty MPI (found