Searched refs:BIO_s_file (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-10.1-release/crypto/openssl/crypto/dh/
H A Ddh_prn.c70 if ((b = BIO_new(BIO_s_file())) == NULL) {
/freebsd-10.1-release/crypto/openssl/apps/
H A Derrstr.c82 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
90 out = BIO_new(BIO_s_file());
H A Dprime.c73 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
108 if ((bio_out = BIO_new(BIO_s_file())) != NULL) {
H A Dcrl2p7.c106 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
175 in = BIO_new(BIO_s_file());
176 out = BIO_new(BIO_s_file());
302 in = BIO_new(BIO_s_file());
H A Drand.c96 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
174 out = BIO_new(BIO_s_file());
H A Dgendh.c108 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
169 out = BIO_new(BIO_s_file());
H A Dversion.c148 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
H A Dcrl.c131 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
138 if ((bio_out = BIO_new(BIO_s_file())) != NULL) {
343 out = BIO_new(BIO_s_file());
403 in = BIO_new(BIO_s_file());
H A Dpkcs7.c100 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
182 in = BIO_new(BIO_s_file());
183 out = BIO_new(BIO_s_file());
H A Ddsa.c121 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
251 in = BIO_new(BIO_s_file());
252 out = BIO_new(BIO_s_file());
H A Ddh.c104 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
190 in = BIO_new(BIO_s_file());
191 out = BIO_new(BIO_s_file());
H A Dsess_id.c104 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
193 out = BIO_new(BIO_s_file());
268 in = BIO_new(BIO_s_file());
H A Dec.c108 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
247 in = BIO_new(BIO_s_file());
248 out = BIO_new(BIO_s_file());
H A Dgendsa.c95 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
218 in = BIO_new(BIO_s_file());
231 out = BIO_new(BIO_s_file());
H A Dasn1pars.c109 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
211 in = BIO_new(BIO_s_file());
212 out = BIO_new(BIO_s_file());
H A Ddhparam.c170 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
345 in = BIO_new(BIO_s_file());
402 out = BIO_new(BIO_s_file());
H A Ddsaparam.c134 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
236 in = BIO_new(BIO_s_file());
237 out = BIO_new(BIO_s_file());
/freebsd-10.1-release/crypto/openssl/crypto/dsa/
H A Ddsa_prn.c71 if ((b = BIO_new(BIO_s_file())) == NULL) {
86 if ((b = BIO_new(BIO_s_file())) == NULL) {
/freebsd-10.1-release/crypto/openssl/crypto/rsa/
H A Drsa_prn.c71 if ((b = BIO_new(BIO_s_file())) == NULL) {
/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Da_i2d_fp.c72 if ((b = BIO_new(BIO_s_file())) == NULL) {
122 if ((b = BIO_new(BIO_s_file())) == NULL) {
H A Dt_crl.c74 if ((b = BIO_new(BIO_s_file())) == NULL) {
/freebsd-10.1-release/crypto/openssl/crypto/err/
H A Derr_prn.c93 BIO_set(&bio, BIO_s_file());
/freebsd-10.1-release/crypto/openssl/crypto/lhash/
H A Dlh_stats.c145 bp = BIO_new(BIO_s_file());
158 bp = BIO_new(BIO_s_file());
171 bp = BIO_new(BIO_s_file());
/freebsd-10.1-release/crypto/openssl/crypto/ec/
H A Deck_prn.c76 if ((b = BIO_new(BIO_s_file())) == NULL) {
91 if ((b = BIO_new(BIO_s_file())) == NULL) {
106 if ((b = BIO_new(BIO_s_file())) == NULL) {
/freebsd-10.1-release/crypto/openssl/crypto/bio/
H A Dbss_file.c176 if ((ret = BIO_new(BIO_s_file())) == NULL) {
191 if ((ret = BIO_new(BIO_s_file())) == NULL)
200 BIO_METHOD *BIO_s_file(void) function

Completed in 271 milliseconds

123