Home
last modified time | relevance | path

Searched refs:BIO_new (Results 1 – 25 of 53) sorted by relevance

123

/external/boringssl/src/ssl/
Dssl_file.c141 in = BIO_new(BIO_s_file()); in STACK_OF()
205 in = BIO_new(BIO_s_file()); in SSL_add_file_cert_subjects_to_stack()
303 in = BIO_new(BIO_s_file()); in SSL_use_certificate_file()
345 in = BIO_new(BIO_s_file()); in SSL_use_RSAPrivateKey_file()
386 in = BIO_new(BIO_s_file()); in SSL_use_PrivateKey_file()
427 in = BIO_new(BIO_s_file()); in SSL_CTX_use_certificate_file()
468 in = BIO_new(BIO_s_file()); in SSL_CTX_use_RSAPrivateKey_file()
508 in = BIO_new(BIO_s_file()); in SSL_CTX_use_PrivateKey_file()
553 in = BIO_new(BIO_s_file()); in SSL_CTX_use_certificate_chain_file()
/external/boringssl/src/crypto/asn1/
Da_i2d_fp.c68 if ((b=BIO_new(BIO_s_file())) == NULL) in ASN1_i2d_fp()
117 if ((b=BIO_new(BIO_s_file())) == NULL) in ASN1_item_i2d_fp()
Da_d2i_fp.c76 if ((b=BIO_new(BIO_s_file())) == NULL) in ASN1_d2i_fp()
130 if ((b=BIO_new(BIO_s_file())) == NULL) in ASN1_item_d2i_fp()
Dbio_ndef.c119 asn_bio = BIO_new(BIO_f_asn1()); in BIO_new_NDEF()
/external/google-tv-pairing-protocol/cpp/src/polo/util/
Dcertificateutil.cc41 BIO* bio = BIO_new(BIO_s_mem()); in X509ToPEM()
65 BIO* bio = BIO_new(BIO_s_mem()); in PKEYToPEM()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl_ocsp.c256 out = BIO_new(BIO_s_mem()); in generalizedtime_str()
273 out = BIO_new(BIO_s_mem()); in responderid_str()
297 out = BIO_new(BIO_s_mem()); in octet_string_str()
310 out = BIO_new(BIO_s_mem()); in integer_str()
323 out = BIO_new(BIO_s_mem()); in algor_str()
339 out = BIO_new(BIO_s_mem()); in extensions_str()
/external/boringssl/src/ssl/test/
Dasync_bio.cc154 return ScopedBIO(BIO_new(&g_async_bio_method)); in AsyncBioCreate()
158 ScopedBIO ret(BIO_new(&g_async_bio_method)); in AsyncBioCreateDatagram()
Dpacketed_bio.cc212 ScopedBIO bio(BIO_new(&g_packeted_bio_method)); in PacketedBioCreate()
/external/boringssl/src/crypto/x509/
Dby_file.c136 in=BIO_new(BIO_s_file()); in X509_load_cert_file()
202 in=BIO_new(BIO_s_file()); in X509_load_crl_file()
Dt_crl.c71 if ((b=BIO_new(BIO_s_file())) == NULL) in X509_CRL_print_fp()
Dt_req.c68 BIO *bio = BIO_new(BIO_s_file()); in X509_REQ_print_fp()
/external/webrtc/webrtc/base/
Dopensslidentity.cc193 BIO* temp_memory_bio = BIO_new(BIO_s_mem()); in PrintCert()
333 BIO* bio = BIO_new(BIO_s_mem()); in ToPEMString()
354 BIO* bio = BIO_new(BIO_s_mem()); in ToDER()
/external/libchrome/crypto/
Dopenssl_bio_string.cc69 BIO* bio = BIO_new(&bio_string_methods); in BIO_new_string()
Drsa_private_key_openssl.cc39 ScopedBIO bio(BIO_new(BIO_s_mem())); in ExportKey()
/external/boringssl/src/crypto/bio/
Dfile.c143 ret = BIO_new(BIO_s_file()); in BIO_new_file()
154 BIO *ret = BIO_new(BIO_s_file()); in BIO_new_fp()
Dsocket.c189 ret = BIO_new(BIO_s_socket()); in BIO_new_socket()
Dfd.c125 BIO *ret = BIO_new(BIO_s_fd()); in BIO_new_fd()
Dpair.c765 bio1 = BIO_new(bio_s_bio()); in BIO_new_bio_pair_external_buf()
769 bio2 = BIO_new(bio_s_bio()); in BIO_new_bio_pair_external_buf()
/external/boringssl/src/crypto/pem/
Dpem_pkey.c237 if ((b=BIO_new(BIO_s_file())) == NULL) in PEM_read_PrivateKey()
298 if ((b=BIO_new(BIO_s_file())) == NULL) in PEM_read_DHparams()
Dpem_lib.c129 if ((b=BIO_new(BIO_s_file())) == NULL) in PEM_ASN1_read()
272 if ((b=BIO_new(BIO_s_file())) == NULL) in PEM_ASN1_write()
540 if ((b=BIO_new(BIO_s_file())) == NULL) in PEM_write()
620 if ((b=BIO_new(BIO_s_file())) == NULL) in PEM_read()
/external/libbrillo/brillo/streams/
Dopenssl_stream_bio.cc93 BIO* bio = BIO_new(&stream_method); in BIO_new_stream()
/external/webrtc/tools/valgrind-webrtc/memcheck/
Dsuppressions.txt103 fun:BIO_new
117 fun:BIO_new
/external/curl/docs/examples/
Dcurlx.c350 if ((in=BIO_new(BIO_s_file())) == NULL) { in main()
363 if ((out=BIO_new(BIO_s_file())) == NULL) { in main()
/external/tlsdate/src/
Dtest-bio.c138 return BIO_new (BIO_s_test()); in BIO_new_test()
/external/wpa_supplicant_8/hs20/client/
Dest.c91 out = BIO_new(BIO_s_file()); in pkcs7_to_cert()
496 out = BIO_new(BIO_s_mem()); in generate_csr()
533 BIO *mem = BIO_new(BIO_s_mem()); in generate_csr()

123