Searched refs:conv_ascii2bin (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dencode.c65 #define conv_ascii2bin(a) (data_ascii2bin[(a)&0x7f]) macro
74 #define conv_ascii2bin(a) (data_ascii2bin[os_toascii[a]&0x7f]) macro
247 if ((inl == 0) || ((n == 0) && (conv_ascii2bin(in[0]) == B64_EOF)))
258 v=conv_ascii2bin(tmp);
365 while ((conv_ascii2bin(*f) == B64_WS) && (n > 0))
373 while ((n > 3) && (B64_NOT_BASE64(conv_ascii2bin(f[n-1]))))
380 a=conv_ascii2bin(*(f++));
381 b=conv_ascii2bin(*(f++));
382 c=conv_ascii2bin(*(f++));
383 d=conv_ascii2bin(*(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dencode.c64 static unsigned char conv_ascii2bin(unsigned char a);
128 static unsigned char conv_ascii2bin(unsigned char a) function
135 static unsigned char conv_ascii2bin(unsigned char a) function
294 v = conv_ascii2bin(tmp);
381 while ((conv_ascii2bin(*f) == B64_WS) && (n > 0)) {
390 while ((n > 3) && (B64_NOT_BASE64(conv_ascii2bin(f[n - 1]))))
397 a = conv_ascii2bin(*(f++));
398 b = conv_ascii2bin(*(f++));
399 c = conv_ascii2bin(*(f++));
400 d = conv_ascii2bin(*(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dencode.c64 static unsigned char conv_ascii2bin(unsigned char a);
128 static unsigned char conv_ascii2bin(unsigned char a) function
135 static unsigned char conv_ascii2bin(unsigned char a) function
294 v = conv_ascii2bin(tmp);
381 while ((conv_ascii2bin(*f) == B64_WS) && (n > 0)) {
390 while ((n > 3) && (B64_NOT_BASE64(conv_ascii2bin(f[n - 1]))))
397 a = conv_ascii2bin(*(f++));
398 b = conv_ascii2bin(*(f++));
399 c = conv_ascii2bin(*(f++));
400 d = conv_ascii2bin(*(
[all...]

Completed in 72 milliseconds