Searched refs:hexstring (Results 1 – 7 of 7) sorted by relevance
/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/tcpdump/ |
D | print-esp.c | 212 static u_int hex2byte(netdissect_options *ndo, char *hexstring) in hex2byte() argument 216 byte = (hexdigit(ndo, hexstring[0]) << 4) + hexdigit(ndo, hexstring[1]); in hex2byte()
|
/external/fonttools/Lib/fontTools/ |
D | t1Lib.py | 335 def deHexString(hexstring): argument 336 return eexec.deHexString(strjoin(hexstring.split()))
|
/external/avahi/avahi-core/ |
D | entry.c | 871 static void hexstring(char *s, size_t sl, const void *p, size_t pl) { in hexstring() function 981 hexstring(h, sizeof(h), &address->data, sizeof(AvahiIPv4Address)); in avahi_server_add_dns_server_address() 986 hexstring(h, sizeof(h), &address->data, sizeof(AvahiIPv6Address)); in avahi_server_add_dns_server_address()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | android.config | 209 # PSK can only be configured as the 64-octet hexstring (e.g., from
|
D | defconfig | 225 # PSK can only be configured as the 64-octet hexstring (e.g., from
|
D | ChangeLog | 1055 replacement for 'eappsk' (it can also be set using hexstring to
|