/external/boringssl/src/ssl/ |
D | ssl_file.cc | 140 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/ |
D | iperf_auth.c | 110 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/ |
D | client.c | 538 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()
|
D | server.c | 576 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/ |
D | tls_openssl_ocsp.c | 256 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/ |
D | async_bio.cc | 157 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()
|
D | fuzzer.h | 316 SSL_set0_wbio(ssl.get(), BIO_new(BIO_s_mem())); in TestOneInput() 535 bssl::UniquePtr<BIO> bio(BIO_new(&kBIOMethod)); in MakeBIO()
|
D | packeted_bio.cc | 241 bssl::UniquePtr<BIO> bio(BIO_new(&g_packeted_bio_method)); in PacketedBioCreate()
|
/external/boringssl/src/crypto/x509/ |
D | by_file.c | 130 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/ |
D | opensslidentity.cc | 193 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()
|
D | openssladapter.cc | 99 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/ |
D | sign.cc | 39 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_file())); in Sign()
|
D | server.cc | 173 bssl::UniquePtr<BIO> bio(BIO_new(BIO_s_mem())); in HandleWWW()
|
/external/libbrillo/brillo/streams/ |
D | openssl_stream_bio.cc | 93 BIO* bio = BIO_new(&stream_method); in BIO_new_stream()
|
/external/webrtc/tools/valgrind-webrtc/memcheck/ |
D | suppressions.txt | 103 fun:BIO_new 117 fun:BIO_new
|
/external/boringssl/src/crypto/bio/ |
D | pair.c | 463 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()
|
D | socket.c | 198 ret = BIO_new(BIO_s_socket()); in BIO_new_socket()
|
D | fd.c | 135 BIO *ret = BIO_new(BIO_s_fd()); in BIO_new_fd()
|
D | file.c | 120 BIO *ret = BIO_new(BIO_s_file()); in BIO_new_fp()
|
D | bio_mem.c | 79 ret = BIO_new(BIO_s_mem()); in BIO_new_mem_buf()
|
/external/curl/docs/examples/ |
D | curlx.c | 387 in = BIO_new(BIO_s_file()); in main() 402 out = BIO_new(BIO_s_file()); in main()
|
/external/wpa_supplicant_8/hs20/client/ |
D | est.c | 92 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/ |
D | oauth_client_test.cc | 144 auto bio = BIO_new(BIO_s_mem()); in TEST()
|
/external/curl/lib/vtls/ |
D | openssl.c | 741 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/ |
D | tls-boringssl.c | 359 bio = BIO_new(_httpBIOMethods()); in _httpTLSStart()
|