Searched refs:hexstring (Results 1 – 11 of 11) sorted by relevance
/external/grpc-grpc/test/core/util/ |
D | parse_hexstring.cc | 22 grpc_slice parse_hexstring(const char* hexstring) { in parse_hexstring() argument 29 for (p = hexstring; *p; p++) { in parse_hexstring() 40 for (p = hexstring; *p; p++) { in parse_hexstring()
|
D | parse_hexstring.h | 24 grpc_slice parse_hexstring(const char* hexstring);
|
/external/vboot_reference/host/arch/arm/lib/ |
D | crossystem_arch.c | 348 char hexstring[VBNV_BLOCK_SIZE * 2 + 32]; /* Reserve extra 32 bytes */ in VbReadNvStorage_mosys() local 355 if (ExecuteMosys(argv, hexstring, sizeof(hexstring))) in VbReadNvStorage_mosys() 359 hexdigit[0] = hexstring[i * 2]; in VbReadNvStorage_mosys() 360 hexdigit[1] = hexstring[i * 2 + 1]; in VbReadNvStorage_mosys() 367 char hexstring[VBNV_BLOCK_SIZE * 2 + 1]; in VbWriteNvStorage_mosys() local 369 MOSYS_PATH, "nvram", "vboot", "write", hexstring, NULL in VbWriteNvStorage_mosys() 374 snprintf(hexstring + i * 2, 3, "%02x", vnc->raw[i]); in VbWriteNvStorage_mosys() 375 hexstring[sizeof(hexstring) - 1] = '\0'; in VbWriteNvStorage_mosys()
|
/external/grpc-grpc/test/core/transport/chttp2/ |
D | hpack_parser_test.cc | 50 grpc_slice_split_mode mode, const char* hexstring, in test_vector() argument 52 grpc_slice input = parse_hexstring(hexstring); in test_vector() 58 va_start(chk.args, hexstring); in test_vector()
|
/external/iptables/extensions/ |
D | libxt_string.t | 12 # ERROR: cannot load: iptables -A INPUT -m string --algo bm --hexstring "|0a0a0a0a|" 13 # -m string --algo bm --hexstring "|0a0a0a0a|";=;OK
|
/external/tcpdump/ |
D | print-esp.c | 294 static u_int hex2byte(netdissect_options *ndo, char *hexstring) in hex2byte() argument 298 byte = (hexdigit(ndo, hexstring[0]) << 4) + hexdigit(ndo, hexstring[1]); in hex2byte()
|
/external/fonttools/Lib/fontTools/t1Lib/ |
D | __init__.py | 333 def deHexString(hexstring): argument 334 return eexec.deHexString(bytesjoin(hexstring.split()))
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | android.config | 207 # PSK can only be configured as the 64-octet hexstring (e.g., from
|
D | defconfig | 244 # PSK can only be configured as the 64-octet hexstring (e.g., from
|
D | ChangeLog | 1367 replacement for 'eappsk' (it can also be set using hexstring to
|
/external/llvm-project/lld/ELF/ |
D | Options.td | 51 MetaVarName<"[fast,md5,sha1,uuid,0x<hexstring>]">;
|