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

/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Dencode.c100 #define B64_EOF 0xF2 macro
247 if ((inl == 0) || ((n == 0) && (conv_ascii2bin(in[0]) == B64_EOF)))
305 v=B64_EOF;
316 if ((v == B64_EOF && (n&3) == 0) || (n >= 64))
321 if ((v != B64_EOF) && (n >= 64)) exp_nl=1;
371 * ascii2bin values B64_WS, B64_EOLN, B64_EOLN and B64_EOF */

Completed in 64 milliseconds