Home
last modified time | relevance | path

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

/optee_os-3.20.0/scripts/
A Dts_bin_to_c.py98 f.write(hex(bytes[i]) + ',')
132 f.write('const uint8_t ts_bin_' + ts_uuid.hex + '[] = {\n')
139 f.write('const uint8_t fdt_bin_' + ts_uuid.hex + '[] = {\n')
144 f.write('\t.fdt = fdt_bin_' + ts_uuid.hex + ',\n')
163 f.write('\t.size = sizeof(ts_bin_' + ts_uuid.hex +
165 f.write('\t.ts = ts_bin_' + ts_uuid.hex + ',\n')
A Dbin_to_c.py63 f.write(hex(bytes[i]) + ',')
/optee_os-3.20.0/lib/libutee/
A Dtee_uuid_from_str.c12 static int hex(char c) in hex() function
30 c = hex(s[n]); in parse_hex()
/optee_os-3.20.0/lib/libutils/ext/
A Dsnprintk.c478 goto hex; in kprintf()
481 hex: _uquad = UARG(); in kprintf()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog2196 * Deprecate hex string DHE constants MBEDTLS_DHM_RFC3526_MODP_2048_P etc.
2200 from hex strings. Superseded by mbedtls_ssl_conf_dh_param_bin()
3324 * Fix mpi_write_string() to write "00" as hex output for empty MPI (found

Completed in 10 milliseconds