Home
last modified time | relevance | path

Searched refs:BIO_FLAGS_BASE64_NO_NL (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_f_base64.pod26 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
/freebsd/contrib/libfido2/tools/
H A Dbase64.c38 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()
/freebsd/crypto/openssl/crypto/evp/
H A Dbio_b64.c188 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()
/freebsd/crypto/openssl/apps/lib/
H A Dhttp_server.c401 BIO_set_flags(b64, BIO_FLAGS_BASE64_NO_NL); in http_server_get_asn1_req()
/freebsd/crypto/openssl/apps/
H A Denc.c425 BIO_set_flags(b64, BIO_FLAGS_BASE64_NO_NL); in enc_main()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h200 # define BIO_FLAGS_BASE64_NO_NL 0x100 macro
H A Dbio.h.in201 # define BIO_FLAGS_BASE64_NO_NL 0x100 macro