Searched refs:hex (Results 1 – 5 of 5) sorted by relevance
98 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')
63 f.write(hex(bytes[i]) + ',')
12 static int hex(char c) in hex() function30 c = hex(s[n]); in parse_hex()
478 goto hex; in kprintf()481 hex: _uquad = UARG(); in kprintf()
2196 * 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