Home
last modified time | relevance | path

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

/external/vboot_reference/host/arch/arm/lib/
Dcrossystem_arch.c348 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/
Dprint-esp.c212 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/
Dt1Lib.py335 def deHexString(hexstring): argument
336 return eexec.deHexString(strjoin(hexstring.split()))
/external/avahi/avahi-core/
Dentry.c871 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/
Dandroid.config209 # PSK can only be configured as the 64-octet hexstring (e.g., from
Ddefconfig225 # PSK can only be configured as the 64-octet hexstring (e.g., from
DChangeLog1055 replacement for 'eappsk' (it can also be set using hexstring to