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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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;
372 * ascii2bin values B64_WS, B64_EOLN, B64_EOLN and B64_EOF */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dencode.c102 #define B64_EOF 0xF2 macro
264 * - Padding or B64_EOF was detected and the last block is complete.
269 * - B64_EOF is detected after an incomplete base64 block.
313 if (v == B64_EOF) {
388 * B64_EOLN, B64_EOLN and B64_EOF
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dencode.c102 #define B64_EOF 0xF2 macro
264 * - Padding or B64_EOF was detected and the last block is complete.
269 * - B64_EOF is detected after an incomplete base64 block.
313 if (v == B64_EOF) {
388 * B64_EOLN, B64_EOLN and B64_EOF

Completed in 141 milliseconds