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

123

/external/boringssl/src/crypto/asn1/
H A Da_i2d_fp.c68 if ((b=BIO_new(BIO_s_file())) == NULL)
117 if ((b=BIO_new(BIO_s_file())) == NULL)
H A Da_d2i_fp.c76 if ((b=BIO_new(BIO_s_file())) == NULL)
130 if ((b=BIO_new(BIO_s_file())) == NULL)
H A Dbio_ndef.c119 asn_bio = BIO_new(BIO_f_asn1());
/external/boringssl/src/ssl/
H A Dssl_file.c141 in = BIO_new(BIO_s_file());
205 in = BIO_new(BIO_s_file());
303 in = BIO_new(BIO_s_file());
345 in = BIO_new(BIO_s_file());
386 in = BIO_new(BIO_s_file());
427 in = BIO_new(BIO_s_file());
468 in = BIO_new(BIO_s_file());
508 in = BIO_new(BIO_s_file());
553 in = BIO_new(BIO_s_file());
/external/google-tv-pairing-protocol/cpp/src/polo/util/
H A Dcertificateutil.cc41 BIO* bio = BIO_new(BIO_s_mem());
65 BIO* bio = BIO_new(BIO_s_mem());
/external/libchrome/crypto/
H A Dopenssl_bio_string.cc69 BIO* bio = BIO_new(&bio_string_methods);
H A Drsa_private_key_openssl.cc39 ScopedBIO bio(BIO_new(BIO_s_mem()));
/external/boringssl/src/ssl/test/
H A Dasync_bio.cc154 return ScopedBIO(BIO_new(&g_async_bio_method));
158 ScopedBIO ret(BIO_new(&g_async_bio_method));
H A Dpacketed_bio.cc212 ScopedBIO bio(BIO_new(&g_packeted_bio_method));
/external/boringssl/src/crypto/x509/
H A Dt_crl.c71 if ((b=BIO_new(BIO_s_file())) == NULL)
H A Dby_file.c136 in=BIO_new(BIO_s_file());
202 in=BIO_new(BIO_s_file());
H A Dt_req.c68 BIO *bio = BIO_new(BIO_s_file());
/external/libbrillo/brillo/streams/
H A Dopenssl_stream_bio.cc93 BIO* bio = BIO_new(&stream_method);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl_ocsp.c256 out = BIO_new(BIO_s_mem());
273 out = BIO_new(BIO_s_mem());
297 out = BIO_new(BIO_s_mem());
310 out = BIO_new(BIO_s_mem());
323 out = BIO_new(BIO_s_mem());
339 out = BIO_new(BIO_s_mem());
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl_ocsp.c256 out = BIO_new(BIO_s_mem());
273 out = BIO_new(BIO_s_mem());
297 out = BIO_new(BIO_s_mem());
310 out = BIO_new(BIO_s_mem());
323 out = BIO_new(BIO_s_mem());
339 out = BIO_new(BIO_s_mem());
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl_ocsp.c256 out = BIO_new(BIO_s_mem());
273 out = BIO_new(BIO_s_mem());
297 out = BIO_new(BIO_s_mem());
310 out = BIO_new(BIO_s_mem());
323 out = BIO_new(BIO_s_mem());
339 out = BIO_new(BIO_s_mem());
/external/boringssl/src/crypto/bio/
H A Dsocket.c189 ret = BIO_new(BIO_s_socket());
H A Dfile.c143 ret = BIO_new(BIO_s_file());
154 BIO *ret = BIO_new(BIO_s_file());
H A Dfd.c125 BIO *ret = BIO_new(BIO_s_fd());
/external/boringssl/src/crypto/pem/
H A Dpem_pkey.c237 if ((b=BIO_new(BIO_s_file())) == NULL)
298 if ((b=BIO_new(BIO_s_file())) == NULL)
H A Dpem_lib.c129 if ((b=BIO_new(BIO_s_file())) == NULL)
272 if ((b=BIO_new(BIO_s_file())) == NULL)
540 if ((b=BIO_new(BIO_s_file())) == NULL)
620 if ((b=BIO_new(BIO_s_file())) == NULL)
/external/webrtc/webrtc/base/
H A Dopensslidentity.cc193 BIO* temp_memory_bio = BIO_new(BIO_s_mem());
333 BIO* bio = BIO_new(BIO_s_mem());
354 BIO* bio = BIO_new(BIO_s_mem());
/external/tlsdate/src/
H A Dtest-bio.c138 return BIO_new (BIO_s_test());
/external/wpa_supplicant_8/hs20/client/
H A Dest.c91 out = BIO_new(BIO_s_file());
496 out = BIO_new(BIO_s_mem());
533 BIO *mem = BIO_new(BIO_s_mem());
/external/curl/docs/examples/
H A Dcurlx.c384 if((in=BIO_new(BIO_s_file())) == NULL) {
398 if((out=BIO_new(BIO_s_file())) == NULL) {

Completed in 5479 milliseconds

123