Home
last modified time | relevance | path

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

123

/external/boringssl/src/ssl/
Dssl_file.cc140 in = BIO_new(BIO_s_file()); in STACK_OF()
206 in = BIO_new(BIO_s_file()); in SSL_add_file_cert_subjects_to_stack()
258 in = BIO_new(BIO_s_file()); in SSL_use_certificate_file()
300 in = BIO_new(BIO_s_file()); in SSL_use_RSAPrivateKey_file()
341 in = BIO_new(BIO_s_file()); in SSL_use_PrivateKey_file()
382 in = BIO_new(BIO_s_file()); in SSL_CTX_use_certificate_file()
423 in = BIO_new(BIO_s_file()); in SSL_CTX_use_RSAPrivateKey_file()
463 in = BIO_new(BIO_s_file()); in SSL_CTX_use_PrivateKey_file()
508 in = BIO_new(BIO_s_file()); in SSL_CTX_use_certificate_chain_file()
/external/iperf3/src/
Diperf_auth.c110 b64 = BIO_new(BIO_f_base64()); in Base64Encode()
111 bio = BIO_new(BIO_s_mem()); in Base64Encode()
144 b64 = BIO_new(BIO_f_base64()); in Base64Decode()
172 BIO* bio = BIO_new(BIO_s_mem()); in load_pubkey_from_base64()
/external/honggfuzz/examples/openssl/
Dclient.c538 BIO* in = BIO_new(BIO_s_fd()); in LLVMFuzzerTestOneInput()
541 BIO* in = BIO_new(BIO_s_mem()); in LLVMFuzzerTestOneInput()
545 BIO* out = BIO_new(BIO_s_fd()); in LLVMFuzzerTestOneInput()
Dserver.c576 BIO* in = BIO_new(BIO_s_fd()); in LLVMFuzzerTestOneInput()
579 BIO* in = BIO_new(BIO_s_mem()); in LLVMFuzzerTestOneInput()
583 BIO* out = BIO_new(BIO_s_fd()); in LLVMFuzzerTestOneInput()
/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.cc157 return bssl::UniquePtr<BIO>(BIO_new(&g_async_bio_method)); in AsyncBioCreate()
161 bssl::UniquePtr<BIO> ret(BIO_new(&g_async_bio_method)); in AsyncBioCreateDatagram()
Dfuzzer.h316 SSL_set0_wbio(ssl.get(), BIO_new(BIO_s_mem())); in TestOneInput()
535 bssl::UniquePtr<BIO> bio(BIO_new(&kBIOMethod)); in MakeBIO()
Dpacketed_bio.cc241 bssl::UniquePtr<BIO> bio(BIO_new(&g_packeted_bio_method)); in PacketedBioCreate()
/external/boringssl/src/crypto/x509/
Dby_file.c130 in = BIO_new(BIO_s_file()); in X509_load_cert_file()
190 in = BIO_new(BIO_s_file()); in X509_load_crl_file()
/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()
Dopenssladapter.cc99 BIO* ret = BIO_new(BIO_s_socket2()); in BIO_new_socket()
729 BIO* mem = BIO_new(BIO_s_mem()); in VerifyServerName()
/external/boringssl/src/tool/
Dsign.cc39 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_file())); in Sign()
Dserver.cc173 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_mem())); in HandleWWW()
/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/boringssl/src/crypto/bio/
Dpair.c463 BIO *bio1 = BIO_new(bio_s_bio()); in BIO_new_bio_pair()
464 BIO *bio2 = BIO_new(bio_s_bio()); in BIO_new_bio_pair()
Dsocket.c198 ret = BIO_new(BIO_s_socket()); in BIO_new_socket()
Dfd.c135 BIO *ret = BIO_new(BIO_s_fd()); in BIO_new_fd()
Dfile.c120 BIO *ret = BIO_new(BIO_s_file()); in BIO_new_fp()
Dbio_mem.c79 ret = BIO_new(BIO_s_mem()); in BIO_new_mem_buf()
/external/curl/docs/examples/
Dcurlx.c387 in = BIO_new(BIO_s_file()); in main()
402 out = BIO_new(BIO_s_file()); in main()
/external/wpa_supplicant_8/hs20/client/
Dest.c92 out = BIO_new(BIO_s_file()); in pkcs7_to_cert()
509 out = BIO_new(BIO_s_mem()); in generate_csr()
546 BIO *mem = BIO_new(BIO_s_mem()); in generate_csr()
/external/tensorflow/tensorflow/core/platform/cloud/
Doauth_client_test.cc144 auto bio = BIO_new(BIO_s_mem()); in TEST()
/external/curl/lib/vtls/
Dopenssl.c741 fp = BIO_new(BIO_s_file()); in cert_stuff()
982 BIO *bio_out = BIO_new(BIO_s_mem()); in x509_name_oneline()
2764 BIO *const bio = BIO_new(BIO_f_ssl()); in ossl_connect_step1()
3002 BIO *bio_out = BIO_new(BIO_s_mem()); in X509V3_ext()
3060 mem = BIO_new(BIO_s_mem()); in get_cert_chain()
3333 BIO *mem = BIO_new(BIO_s_mem()); in servercert()
3396 fp = BIO_new(BIO_s_file()); in servercert()
/external/libcups/cups/
Dtls-boringssl.c359 bio = BIO_new(_httpBIOMethods()); in _httpTLSStart()

123