Home
last modified time | relevance | path

Searched refs:BIO_s_mem (Results 1 - 25 of 158) sorted by relevance

1234567

/third_party/openssl/test/
H A Dbio_memleak_test.c24 bio = BIO_new(BIO_s_mem()); in test_bio_memleak()
49 bio = BIO_new(BIO_s_mem()); in test_bio_get_mem()
124 bio2 = BIO_new(BIO_s_mem()); in test_bio_rdonly_mem_buf()
154 bio = BIO_new(BIO_s_mem()); in test_bio_rdwr_rdonly()
190 bio = BIO_new(BIO_s_mem()); in test_bio_nonclear_rst()
245 if (!TEST_ptr(bio = BIO_new(BIO_s_mem()))) in test_bio_i2d_ASN1_mime()
255 if (!TEST_ptr(out = BIO_new(BIO_s_mem()))) in test_bio_i2d_ASN1_mime()
H A Dservername_test.c122 rbio = BIO_new(BIO_s_mem()); in client_setup_sni_before_state()
123 wbio = BIO_new(BIO_s_mem()); in client_setup_sni_before_state()
171 rbio = BIO_new(BIO_s_mem()); in client_setup_sni_after_state()
172 wbio = BIO_new(BIO_s_mem()); in client_setup_sni_after_state()
H A Dhttp_test.c116 BIO *wbio = BIO_new(BIO_s_mem()); in test_http_x509()
117 BIO *rbio = BIO_new(BIO_s_mem()); in test_http_x509()
159 BIO *wbio = BIO_new(BIO_s_mem()); in test_http_keep_alive()
160 BIO *rbio = BIO_new(BIO_s_mem()); in test_http_keep_alive()
H A Dpemtest.c35 BIO *b = BIO_new(BIO_s_mem()); in test_b64()
65 BIO *b = BIO_new(BIO_s_mem()); in test_invalid()
H A Dclienthellotest.c172 rbio = BIO_new(BIO_s_mem()); in test_client_hello()
173 wbio = BIO_new(BIO_s_mem()); in test_client_hello()
H A Dendecoder_legacy_test.c317 if (!TEST_ptr(membio_legacy = BIO_new(BIO_s_mem())) in test_protected_PEM()
318 || !TEST_ptr(membio_provided = BIO_new(BIO_s_mem()))) in test_protected_PEM()
385 if (!TEST_ptr(membio_legacy = BIO_new(BIO_s_mem())) in test_unprotected_PEM()
386 || !TEST_ptr(membio_provided = BIO_new(BIO_s_mem()))) in test_unprotected_PEM()
H A Dx509_time_test.c545 if (!TEST_ptr(m = BIO_new(BIO_s_mem()))) in test_x509_time_print_rfc_822()
573 if (!TEST_ptr(m = BIO_new(BIO_s_mem()))) in test_x509_time_print_iso_8601()
H A Dtrace_api_test.c84 bio = BIO_new(BIO_s_mem()); in test_trace_channel()
H A Dbio_core_test.c76 corebio.bio = BIO_new(BIO_s_mem()); in test_bio_core()
/third_party/node/deps/openssl/openssl/fuzz/
H A Dclient.c77 in = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
80 out = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
H A Dcms.c36 in = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
H A Dconf.c36 in = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
/third_party/openssl/fuzz/
H A Dclient.c77 in = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
80 out = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
H A Dcms.c36 in = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
H A Dconf.c36 in = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A 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()
/third_party/python/Modules/_ssl/
H A Dcert.c82 bio = BIO_new(BIO_s_mem()); in _ssl_Certificate_public_bytes_impl()
136 biobuf = BIO_new(BIO_s_mem()); in _x509name_print()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbio.rs54 let bio = unsafe { cvt_p(ffi::BIO_new(ffi::BIO_s_mem()))? }; in new()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_mem.c72 const BIO_METHOD *BIO_s_mem(void) in BIO_s_mem() function
94 if ((ret = BIO_new(BIO_s_mem())) == NULL) in BIO_new_mem_buf()
/third_party/openssl/crypto/bio/
H A Dbss_mem.c72 const BIO_METHOD *BIO_s_mem(void) in BIO_s_mem() function
94 if ((ret = BIO_new(BIO_s_mem())) == NULL) in BIO_new_mem_buf()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_i2d_fp.c122 if ((res = BIO_new(BIO_s_mem())) == NULL) in ASN1_item_i2d_mem_bio()
/third_party/openssl/test/testutil/
H A Dstanza.c46 if (!TEST_ptr(s->key = BIO_new(BIO_s_mem()))) in read_key()
/third_party/openssl/crypto/asn1/
H A Da_i2d_fp.c122 if ((res = BIO_new(BIO_s_mem())) == NULL) in ASN1_item_i2d_mem_bio()
/third_party/node/src/crypto/
H A Dcrypto_spkac.cc53 BIOPointer bio(BIO_new(BIO_s_mem())); in ExportPublicKey()

Completed in 10 milliseconds

1234567