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

/barrelfish-master/lib/openssl-1.0.0d/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);
364 while ((conv_ascii2bin(*f) == B64_WS) && (n > 0))
372 while ((n > 3) && (B64_NOT_BASE64(conv_ascii2bin(f[n-1]))))
379 a=conv_ascii2bin(*(f++));
380 b=conv_ascii2bin(*(f++));
381 c=conv_ascii2bin(*(f++));
382 d=conv_ascii2bin(*(
[all...]

Completed in 84 milliseconds