Searched refs:BIO_FLAGS_BASE64_NO_NL (Results 1 – 4 of 4) 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()
115 BIO_set_flags(bio, BIO_FLAGS_BASE64_NO_NL); //Ignore newlines - write everything in one line in Base64Encode()146 BIO_set_flags(bio, BIO_FLAGS_BASE64_NO_NL); //Do not use newlines to flush buffer in Base64Decode()
764 #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()