Home
last modified time | relevance | path

Searched refs:BIO_set_data (Results 1 - 25 of 93) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dbio_md.c57 BIO_set_data(bi, ctx); in md_new()
67 BIO_set_data(a, NULL); in md_free()
166 BIO_set_data(b, ptr); in md_ctrl()
H A Dbio_ok.c148 BIO_set_data(bi, ctx); in ok_new()
164 BIO_set_data(a, NULL); in ok_free()
H A Dbio_b64.c84 BIO_set_data(bi, ctx); in b64_new()
102 BIO_set_data(a, NULL); in b64_free()
H A Dbio_enc.c81 BIO_set_data(bi, ctx); in enc_new()
100 BIO_set_data(a, NULL); in enc_free()
/third_party/openssl/crypto/evp/
H A Dbio_md.c57 BIO_set_data(bi, ctx); in md_new()
67 BIO_set_data(a, NULL); in md_free()
166 BIO_set_data(b, ptr); in md_ctrl()
H A Dbio_ok.c148 BIO_set_data(bi, ctx); in ok_new()
164 BIO_set_data(a, NULL); in ok_free()
H A Dbio_b64.c84 BIO_set_data(bi, ctx); in b64_new()
102 BIO_set_data(a, NULL); in b64_free()
H A Dbio_enc.c81 BIO_set_data(bi, ctx); in enc_new()
100 BIO_set_data(a, NULL); in enc_free()
/third_party/openssl/test/
H A Dasynciotest.c70 BIO_set_data(bio, ctrs); in async_new()
83 BIO_set_data(bio, NULL); in async_free()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dbio.rs48 BIO_set_data(bio, Box::into_raw(state) as *mut _); in new()
174 BIO_set_data(bio, ptr::null_mut());
187 BIO_set_data(bio, ptr::null_mut());
194 use ffi::{BIO_get_data, BIO_set_data, BIO_set_flags, BIO_set_init};
281 unsafe fn BIO_set_data(bio: *mut ffi::BIO, data: *mut c_void) { in BIO_set_data() functions
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_core.c149 BIO_set_data(outbio, corebio); in BIO_new_from_core_bio()
H A Dbf_prefix.c62 BIO_set_data(b, ctx); in prefix_create()
/third_party/openssl/crypto/bio/
H A Dbss_core.c149 BIO_set_data(outbio, corebio); in BIO_new_from_core_bio()
H A Dbf_prefix.c62 BIO_set_data(b, ctx); in prefix_create()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dbio.rs42 pub fn BIO_set_data(a: *mut BIO, data: *mut c_void); in BIO_set_data() functions
/third_party/ffmpeg/libavformat/
H A Dtls_openssl.c170 BIO_set_data(b, NULL); in url_bio_create()
310 BIO_set_data(bio, p); in tls_open()
/third_party/node/src/crypto/
H A Dcrypto_bio.cc58 BIO_set_data(bio, new NodeBIO()); in New()
72 BIO_set_data(bio, nullptr); in Free()
/third_party/node/deps/openssl/openssl/crypto/comp/
H A Dc_zlib.c336 BIO_set_data(bi, ctx); in bio_zlib_new()
359 BIO_set_data(bi, NULL); in bio_zlib_free()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dbio_asn1.c111 BIO_set_data(b, ctx); in asn1_bio_new()
148 BIO_set_data(b, NULL); in asn1_bio_free()
/third_party/openssl/crypto/asn1/
H A Dbio_asn1.c111 BIO_set_data(b, ctx); in asn1_bio_new()
148 BIO_set_data(b, NULL); in asn1_bio_free()
/third_party/openssl/crypto/comp/
H A Dc_zlib.c336 BIO_set_data(bi, ctx); in bio_zlib_new()
359 BIO_set_data(bi, NULL); in bio_zlib_free()
/third_party/openssl/test/helpers/
H A Dssltestlib.c320 BIO_set_data(bio, ctx); in mempacket_test_new()
330 BIO_set_data(bio, NULL); in mempacket_test_free()
758 BIO_set_data(bio, NULL); in always_retry_free()
/third_party/node/deps/openssl/openssl/providers/common/
H A Dbio_prov.c240 BIO_set_data(outbio, corebio); in ossl_bio_new_from_core_bio()
/third_party/openssl/providers/common/
H A Dbio_prov.c240 BIO_set_data(outbio, corebio); in ossl_bio_new_from_core_bio()
/third_party/nghttp2/src/
H A Dshrpx_connection.cc51 void BIO_set_data(BIO *bio, void *ptr) { bio->ptr = ptr; } in BIO_set_data() function
160 BIO_set_data(bio, this); in prepare_server_handshake()

Completed in 17 milliseconds

1234