Searched refs:BIO_FLAGS_BASE64_NO_NL (Results 1 – 7 of 7) sorted by relevance
26 This behavior can be changed with B<BIO_FLAGS_BASE64_NO_NL> flag.29 unless the flag B<BIO_FLAGS_BASE64_NO_NL> is set.37 The flag B<BIO_FLAGS_BASE64_NO_NL> can be set with BIO_set_flags().86 On decoding, if the flag B<BIO_FLAGS_BASE64_NO_NL> is not set and
38 BIO_set_flags(bio_b64, BIO_FLAGS_BASE64_NO_NL); in base64_encode()84 BIO_set_flags(bio_b64, BIO_FLAGS_BASE64_NO_NL); in base64_decode()
188 if (ctx->start && (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL)) { in b64_read()260 if (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL) { in b64_read()375 if (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL) { in b64_write()494 if (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL) { in b64_ctrl()
401 BIO_set_flags(b64, BIO_FLAGS_BASE64_NO_NL); in http_server_get_asn1_req()
425 BIO_set_flags(b64, BIO_FLAGS_BASE64_NO_NL); in enc_main()
200 # define BIO_FLAGS_BASE64_NO_NL 0x100 macro
201 # define BIO_FLAGS_BASE64_NO_NL 0x100 macro