Searched refs:BIO_FLAGS_BASE64_NO_NL (Results 1 – 7 of 7) 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()
190 if (ctx->start && (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL)) { in b64_read()262 if (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL) { in b64_read()377 if (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL) { in b64_write()496 if (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL) { in b64_ctrl()
28 The flag BIO_FLAGS_BASE64_NO_NL can be set with BIO_set_flags()
764 #define BIO_FLAGS_BASE64_NO_NL 0x100 macro
406 BIO_set_flags(b64, BIO_FLAGS_BASE64_NO_NL); in enc_main()
1434 BIO_set_flags(b64, BIO_FLAGS_BASE64_NO_NL); in do_responder()
163 # define BIO_FLAGS_BASE64_NO_NL 0x100 macro