Searched refs:hex (Results 1 - 25 of 135) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts_lib.c75 char *hex; local
79 if ((hex = BN_bn2hex(&num_bn))) {
81 result = result && BIO_write(bio, hex, strlen(hex)) > 0;
82 OPENSSL_free(hex);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_lib.c75 char *hex; local
79 if ((hex = BN_bn2hex(&num_bn))) {
81 result = result && BIO_write(bio, hex, strlen(hex)) > 0;
82 OPENSSL_free(hex);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtest_padlock19 HASH=`cat $PROG | $PROG dgst -hex`
33 $PROG dgst -hex ) 2>/dev/null`
41 $PROG dgst -hex ) 2>/dev/null`
49 $PROG dgst -hex ) 2>/dev/null`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtest_padlock19 HASH=`cat $PROG | $PROG dgst -hex`
33 $PROG dgst -hex ) 2>/dev/null`
41 $PROG dgst -hex ) 2>/dev/null`
49 $PROG dgst -hex ) 2>/dev/null`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dprime.c62 int hex = 0; local
79 if (!strcmp(*argv, "-hex"))
80 hex = 1;
127 s = hex ? BN_bn2hex(bn) : BN_bn2dec(bn);
131 if (hex)
148 BIO_printf(bio_err, "%-14s hex\n", "-hex");
H A Drand.c73 * -hex - hex encode output
86 int hex = 0; local
129 } else if (strcmp(argv[i], "-hex") == 0) {
130 if (!hex)
131 hex = 1;
145 if (hex && base64)
162 BIO_printf(bio_err, "-hex - hex encode output\n");
208 if (!hex)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dprime.c62 int hex = 0; local
79 if (!strcmp(*argv, "-hex"))
80 hex = 1;
127 s = hex ? BN_bn2hex(bn) : BN_bn2dec(bn);
131 if (hex)
148 BIO_printf(bio_err, "%-14s hex\n", "-hex");
H A Drand.c73 * -hex - hex encode output
86 int hex = 0; local
129 } else if (strcmp(argv[i], "-hex") == 0) {
130 if (!hex)
131 hex = 1;
145 if (hex && base64)
162 BIO_printf(bio_err, "-hex - hex encode output\n");
208 if (!hex)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dutil.c72 static const char hex[] = "0123456789abcdef"; local
87 *(t++) = hex[*mac >> 4];
88 *(t++) = hex[*mac & 0xF];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dgtkdictbrowser.py184 # A utility function to convert a string to the standard hex + ascii format.
185 # To display all values in hex do:
190 """Return a hex dump of a string as a string.
192 The output produced is in the standard 16 characters per line hex +
202 hex = "" # Hex display
212 hex = "%08x: " % (line * 16)
217 hex = hex + "%02x " % (ord(data[pos]))
229 hex = hex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dutil.c72 static const char hex[] = "0123456789abcdef"; local
87 *(t++) = hex[*mac >> 4];
88 *(t++) = hex[*mac & 0xF];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dprime.c63 int hex=0; local
78 if(!strcmp(*argv,"-hex"))
79 hex=1;
111 if(hex)
127 BIO_printf(bio_err,"%-14s hex\n","-hex");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/doshift/
H A Dlcdoshift.h52 int hex2byte(const char *hex);
53 int hexstr2bin(const char *hex, char *buffer, int len);
107 int hexstr2bin(const char *hex, char *buf, int len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/firmware/
H A Dihex2fw.c35 * nybble/hex are little helpers to parse hexadecimal numbers to a byte value
45 static uint8_t hex(const uint8_t *data, uint8_t *crc) function
150 len = hex(data + i, &crc); i += 2;
153 len += hex(data + i, &crc); i += 2;
170 record->addr = hex(data + i, &crc) << 8; i += 2;
171 record->addr |= hex(data + i, &crc); i += 2;
172 type = hex(data + i, &crc); i += 2;
175 record->data[j] = hex(data + i, &crc);
178 crcbyte = hex(data + i, &crc); i += 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.hash.c119 char kconf_id_strings_str33[sizeof("hex")];
153 "hex",
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.hash.c110 char kconf_id_strings_str23[sizeof("hex")];
143 "hex",
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/
H A Dobjsizes12 while read text data bss dec hex filename; do
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_obj.c82 static const char hex[17] = "0123456789ABCDEF"; local
200 *(p++) = hex[(n >> 4) & 0x0f];
201 *(p++) = hex[n & 0x0f];
209 *(p++) = hex[(n >> 4) & 0x0f];
210 *(p++) = hex[n & 0x0f];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_obj.c75 static char hex[17]="0123456789ABCDEF"; local
190 *(p++)=hex[(n>>4)&0x0f];
191 *(p++)=hex[n&0x0f];
202 *(p++)=hex[(n>>4)&0x0f];
203 *(p++)=hex[n&0x0f];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_obj.c82 static const char hex[17] = "0123456789ABCDEF"; local
200 *(p++) = hex[(n >> 4) & 0x0f];
201 *(p++) = hex[n & 0x0f];
209 *(p++) = hex[(n >> 4) & 0x0f];
210 *(p++) = hex[n & 0x0f];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vlan/
H A Dvconfig.c73 char hex[3]; local
78 hex[2] = 0;
82 hex[0] = hex_str[i];
88 hex[1] = hex_str[i];
89 bytes[j++] = (char)strtoul(hex, &stop, 16);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dtivo_utils.c37 long hex; local
57 hex = strtol(hexstr, &ptr, 16);
59 in = (unsigned char)hex; /* this long is never bigger than 255 anyway */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dtivo_utils.c40 long hex; local
60 hex = strtol(hexstr, &ptr, 16);
62 in = (unsigned char)hex; /* this long is never bigger than 255 anyway */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Descape.c154 unsigned long hex; local
171 hex = strtoul(hexstr, &ptr, 16);
173 in = curlx_ultouc(hex); /* this long is never bigger than 255 anyway */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-esp.c161 static u_int hexdigit(netdissect_options *ndo, char hex) argument
163 if (hex >= '0' && hex <= '9')
164 return (hex - '0');
165 else if (hex >= 'A' && hex <= 'F')
166 return (hex - 'A' + 10);
167 else if (hex >= 'a' && hex <= 'f')
168 return (hex
187 espprint_decode_hex(netdissect_options *ndo, u_char *binbuf, unsigned int binbuf_len, char *hex) argument
[all...]

Completed in 142 milliseconds

123456