Searched refs:Hex (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dhttpdigest.c41 OUT HASHHEX Hex
50 Hex[i*2] = (j + '0');
52 Hex[i*2] = (j + 'a' - 10);
55 Hex[i*2+1] = (j + '0');
57 Hex[i*2+1] = (j + 'a' - 10);
59 Hex[HASHHEXLEN] = '\0';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_print.c65 static const char Hex[]="0123456789ABCDEF"; variable
91 *(p++)=Hex[v>>4];
92 *(p++)=Hex[v&0x0f];
328 if (BIO_write(bp,&(Hex[v]),1) != 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_print.c66 static const char Hex[] = "0123456789ABCDEF"; variable
95 *(p++) = Hex[v >> 4];
96 *(p++) = Hex[v & 0x0f];
369 if (BIO_write(bp, &(Hex[v]), 1) != 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_print.c66 static const char Hex[] = "0123456789ABCDEF"; variable
95 *(p++) = Hex[v >> 4];
96 *(p++) = Hex[v & 0x0f];
369 if (BIO_write(bp, &(Hex[v]), 1) != 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/vb/
H A Dvbunzip.bas549 VersNumsToTxt = CStr(NumMajor) & "." & Hex$(NumMinor)
550 If NumRevis <> 0 Then VersNumsToTxt = VersNumsToTxt & Hex$(NumRevis)
562 & Hex$((VersionID And &HFF0000) \ &H10000)
564 If lNumTemp <> 0 Then VersIDToTxt = VersIDToTxt & Hex$(lNumTemp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-csharp-330 // Hex escapes are recognized.
129 #. Hex escapes are recognized.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dcommons-codec-1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...

Completed in 229 milliseconds