Home
last modified time | relevance | path

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

/third_party/openssl/crypto/evp/
Dbio_b64.c190 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()
/third_party/openssl/doc/man3/
DBIO_f_base64.pod32 This behavior can be changed with BIO_FLAGS_BASE64_NO_NL flag.
38 The flag BIO_FLAGS_BASE64_NO_NL can be set with BIO_set_flags().
/third_party/openssl/apps/
Denc.c406 BIO_set_flags(b64, BIO_FLAGS_BASE64_NO_NL); in enc_main()
Docsp.c1434 BIO_set_flags(b64, BIO_FLAGS_BASE64_NO_NL); in do_responder()
/third_party/openssl/include/openssl/
Dbio.h163 # define BIO_FLAGS_BASE64_NO_NL 0x100 macro