Home
last modified time | relevance | path

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

/external/boringssl/src/decrepit/bio/
Dbase64_bio.c198 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()
/external/iperf3/src/
Diperf_auth.c115 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()
/external/boringssl/src/include/openssl/
Dbio.h764 #define BIO_FLAGS_BASE64_NO_NL 0x100 macro
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c2647 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()