Searched refs:BIO_f_base64 (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/crypto/openssl/demos/
H A Db64.c213 if ((b64 = BIO_new(BIO_f_base64())) == NULL)
/freebsd-9.3-release/crypto/openssl/apps/
H A Drand.c192 BIO *b64 = BIO_new(BIO_f_base64());
H A Dasn1pars.c269 if ((b64 = BIO_new(BIO_f_base64())) == NULL)
H A Denc.c428 if ((b64 = BIO_new(BIO_f_base64())) == NULL)
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dasn_mime.c119 b64 = BIO_new(BIO_f_base64());
139 if (!(b64 = BIO_new(BIO_f_base64()))) {
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Dbio_b64.c109 BIO_METHOD *BIO_f_base64(void) function
H A Devp.h653 BIO_METHOD *BIO_f_base64(void);

Completed in 81 milliseconds