Home
last modified time | relevance | path

Searched refs:BIO_set_data (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dbio.rs48 BIO_set_data(bio, Box::into_raw(state) as *mut _); in new()
174 BIO_set_data(bio, ptr::null_mut()); in create()
187 BIO_set_data(bio, ptr::null_mut()); in destroy()
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) {
/third_party/node/deps/openssl/openssl/crypto/evp/
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()
Dbio_enc.c81 BIO_set_data(bi, ctx); in enc_new()
100 BIO_set_data(a, NULL); in enc_free()
Dbio_b64.c84 BIO_set_data(bi, ctx); in b64_new()
102 BIO_set_data(a, NULL); in b64_free()
Dbio_ok.c148 BIO_set_data(bi, ctx); in ok_new()
164 BIO_set_data(a, NULL); in ok_free()
/third_party/openssl/crypto/evp/
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()
Dbio_enc.c81 BIO_set_data(bi, ctx); in enc_new()
100 BIO_set_data(a, NULL); in enc_free()
Dbio_b64.c84 BIO_set_data(bi, ctx); in b64_new()
102 BIO_set_data(a, NULL); in b64_free()
Dbio_ok.c148 BIO_set_data(bi, ctx); in ok_new()
164 BIO_set_data(a, NULL); in ok_free()
/third_party/openssl/doc/man3/
DBIO_get_data.pod5 BIO_set_data, BIO_get_data, BIO_set_init, BIO_get_init, BIO_set_shutdown,
12 void BIO_set_data(BIO *a, void *ptr);
23 The BIO_set_data() function associates the custom data pointed to by B<ptr> with
DBIO_s_core.pod26 object should be set on it using BIO_set_data(3). Note that the BIO will only
33 then also sets the OSSL_CORE_BIO object on the BIO using BIO_set_data(3).
/third_party/openssl/test/
Dasynciotest.c70 BIO_set_data(bio, ctrs); in async_new()
83 BIO_set_data(bio, NULL); in async_free()
/third_party/ffmpeg/libavformat/
Dtls_openssl.c158 BIO_set_data(b, NULL); in url_bio_create()
294 BIO_set_data(bio, c->tcp); in tls_open()
/third_party/node/deps/openssl/openssl/crypto/asn1/
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/
Dbio_asn1.c111 BIO_set_data(b, ctx); in asn1_bio_new()
148 BIO_set_data(b, NULL); in asn1_bio_free()
/third_party/node/src/crypto/
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/bio/
Dbf_prefix.c62 BIO_set_data(b, ctx); in prefix_create()
Dbss_core.c149 BIO_set_data(outbio, corebio); in BIO_new_from_core_bio()
/third_party/openssl/crypto/bio/
Dbss_core.c149 BIO_set_data(outbio, corebio); in BIO_new_from_core_bio()
Dbf_prefix.c62 BIO_set_data(b, ctx); in prefix_create()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dbio.rs42 pub fn BIO_set_data(a: *mut BIO, data: *mut c_void); in BIO_set_data() function
/third_party/node/deps/openssl/openssl/providers/common/
Dbio_prov.c240 BIO_set_data(outbio, corebio); in ossl_bio_new_from_core_bio()
/third_party/openssl/providers/common/
Dbio_prov.c240 BIO_set_data(outbio, corebio); in ossl_bio_new_from_core_bio()
/third_party/node/deps/openssl/openssl/crypto/comp/
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/crypto/comp/
Dc_zlib.c336 BIO_set_data(bi, ctx); in bio_zlib_new()
359 BIO_set_data(bi, NULL); in bio_zlib_free()

12345