Searched refs:BIO_f_base64 (Results 1 – 13 of 13) sorted by relevance
5 BIO_f_base64 - base64 BIO filter12 BIO_METHOD * BIO_f_base64(void);16 BIO_f_base64() returns the base64 BIO method. This is a filter37 BIO_f_base64() returns the base64 BIO method.47 b64 = BIO_new(BIO_f_base64());62 b64 = BIO_new(BIO_f_base64());
43 L<BIO_f_base64(3)|BIO_f_base64(3)>, L<BIO_f_buffer(3)|BIO_f_buffer(3)>,
192 BIO *b64 = BIO_new(BIO_f_base64()); in MAIN()
269 if ((b64 = BIO_new(BIO_f_base64())) == NULL) in MAIN()
428 if ((b64 = BIO_new(BIO_f_base64())) == NULL) in MAIN()
213 if ((b64 = BIO_new(BIO_f_base64())) == NULL)
119 b64 = BIO_new(BIO_f_base64()); in B64_write_ASN1()139 if (!(b64 = BIO_new(BIO_f_base64()))) { in b64_read_asn1()
109 BIO_METHOD *BIO_f_base64(void) in BIO_f_base64() function
653 BIO_METHOD *BIO_f_base64(void);
9 MAN+= BIO_f_base64.3
192 - Added the BIO_FLAGS_BASE64_NO_NL flag for the BIO_f_base64()
1032 - BIO_f_base64() Base64 decode on read and encode on write.1044 BIO_f_base64 and a BIO_s_file would probably be used. If a 1393 BIO_METHOD *BIO_f_base64(void);1410 one BIO_f_base64()
55 BIO_f_base64 57 EXIST::FUNCTION:BIO