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

/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A Dencode.c101 #define B64_WS 0xE0 macro
365 while ((conv_ascii2bin(*f) == B64_WS) && (n > 0))
372 * ascii2bin values B64_WS, B64_EOLN, B64_EOLN and B64_EOF */
422 while (conv_ascii2bin(*buf) == B64_WS)
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-evp.c1933 #define B64_WS 0xE0 macro
2214 while ((conv_ascii2bin(*f) == B64_WS) && (n > 0)) {
2220 * ascii2bin values B64_WS, B64_EOLN, B64_EOLN and B64_EOF */

Completed in 178 milliseconds