Searched refs:B64_EOLN (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.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))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dencode.c100 #define B64_EOLN 0xF0 macro
388 * B64_EOLN, B64_EOLN and B64_EOF
453 if ((i == 1) && (conv_ascii2bin(buf[0]) == B64_EOLN))
455 if ((i == 2) && (conv_ascii2bin(buf[0]) == B64_EOLN) &&
456 (conv_ascii2bin(buf[0]) == B64_EOLN))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dencode.c100 #define B64_EOLN 0xF0 macro
388 * B64_EOLN, B64_EOLN and B64_EOF
453 if ((i == 1) && (conv_ascii2bin(buf[0]) == B64_EOLN))
455 if ((i == 2) && (conv_ascii2bin(buf[0]) == B64_EOLN) &&
456 (conv_ascii2bin(buf[0]) == B64_EOLN))

Completed in 118 milliseconds