Searched refs:BIO_FLAGS_BASE64_NO_NL (Results 1 – 3 of 3) sorted by relevance
198 if (ctx->start && (BIO_test_flags(b, BIO_FLAGS_BASE64_NO_NL))) { in b64_read()264 if (BIO_test_flags(b, BIO_FLAGS_BASE64_NO_NL)) { in b64_read()364 if (BIO_test_flags(b, BIO_FLAGS_BASE64_NO_NL)) { in b64_write()481 if (BIO_test_flags(b, BIO_FLAGS_BASE64_NO_NL)) { in b64_ctrl()
665 #define BIO_FLAGS_BASE64_NO_NL 0x100 macro
2647 BIO_set_flags(b64, BIO_FLAGS_BASE64_NO_NL); in base64_decode()2697 BIO_set_flags(b64, BIO_FLAGS_BASE64_NO_NL); in base64_encode()