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

/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A Dencode.c98 #define B64_EOLN 0xF0 macro
290 if (v == B64_EOLN)
372 * ascii2bin values B64_WS, B64_EOLN, B64_EOLN and B64_EOF */
439 if ((i == 1) && (conv_ascii2bin(buf[0]) == B64_EOLN))
441 if ((i == 2) && (conv_ascii2bin(buf[0]) == B64_EOLN) &&
442 (conv_ascii2bin(buf[0]) == B64_EOLN))
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-evp.c1930 #define B64_EOLN 0xF0 macro
2133 if (v == B64_EOLN) {
2220 * ascii2bin values B64_WS, B64_EOLN, B64_EOLN and B64_EOF */

Completed in 69 milliseconds