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

/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Dencode.c98 #define B64_EOLN 0xF0 macro
290 if (v == B64_EOLN)
371 * ascii2bin values B64_WS, B64_EOLN, B64_EOLN and B64_EOF */
438 if ((i == 1) && (conv_ascii2bin(buf[0]) == B64_EOLN))
440 if ((i == 2) && (conv_ascii2bin(buf[0]) == B64_EOLN) &&
441 (conv_ascii2bin(buf[0]) == B64_EOLN))

Completed in 70 milliseconds