Searched refs:BIO_FLAGS_BASE64_NO_NL (Results 1 – 3 of 3) sorted by relevance
196 if (ctx->start && (BIO_test_flags(b, BIO_FLAGS_BASE64_NO_NL))) { in b64_read()262 if (BIO_test_flags(b, BIO_FLAGS_BASE64_NO_NL)) { in b64_read()362 if (BIO_test_flags(b, BIO_FLAGS_BASE64_NO_NL)) { in b64_write()479 if (BIO_test_flags(b, BIO_FLAGS_BASE64_NO_NL)) { in b64_ctrl()
749 #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()