/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | bio.rs | 48 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/ |
D | bio_md.c | 57 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()
|
D | bio_enc.c | 81 BIO_set_data(bi, ctx); in enc_new() 100 BIO_set_data(a, NULL); in enc_free()
|
D | bio_b64.c | 84 BIO_set_data(bi, ctx); in b64_new() 102 BIO_set_data(a, NULL); in b64_free()
|
D | bio_ok.c | 148 BIO_set_data(bi, ctx); in ok_new() 164 BIO_set_data(a, NULL); in ok_free()
|
/third_party/openssl/crypto/evp/ |
D | bio_md.c | 57 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()
|
D | bio_enc.c | 81 BIO_set_data(bi, ctx); in enc_new() 100 BIO_set_data(a, NULL); in enc_free()
|
D | bio_b64.c | 84 BIO_set_data(bi, ctx); in b64_new() 102 BIO_set_data(a, NULL); in b64_free()
|
D | bio_ok.c | 148 BIO_set_data(bi, ctx); in ok_new() 164 BIO_set_data(a, NULL); in ok_free()
|
/third_party/openssl/doc/man3/ |
D | BIO_get_data.pod | 5 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
|
D | BIO_s_core.pod | 26 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/ |
D | asynciotest.c | 70 BIO_set_data(bio, ctrs); in async_new() 83 BIO_set_data(bio, NULL); in async_free()
|
/third_party/ffmpeg/libavformat/ |
D | tls_openssl.c | 158 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/ |
D | bio_asn1.c | 111 BIO_set_data(b, ctx); in asn1_bio_new() 148 BIO_set_data(b, NULL); in asn1_bio_free()
|
/third_party/openssl/crypto/asn1/ |
D | bio_asn1.c | 111 BIO_set_data(b, ctx); in asn1_bio_new() 148 BIO_set_data(b, NULL); in asn1_bio_free()
|
/third_party/node/src/crypto/ |
D | crypto_bio.cc | 58 BIO_set_data(bio, new NodeBIO()); in New() 72 BIO_set_data(bio, nullptr); in Free()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
D | bf_prefix.c | 62 BIO_set_data(b, ctx); in prefix_create()
|
D | bss_core.c | 149 BIO_set_data(outbio, corebio); in BIO_new_from_core_bio()
|
/third_party/openssl/crypto/bio/ |
D | bss_core.c | 149 BIO_set_data(outbio, corebio); in BIO_new_from_core_bio()
|
D | bf_prefix.c | 62 BIO_set_data(b, ctx); in prefix_create()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | bio.rs | 42 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/ |
D | bio_prov.c | 240 BIO_set_data(outbio, corebio); in ossl_bio_new_from_core_bio()
|
/third_party/openssl/providers/common/ |
D | bio_prov.c | 240 BIO_set_data(outbio, corebio); in ossl_bio_new_from_core_bio()
|
/third_party/node/deps/openssl/openssl/crypto/comp/ |
D | c_zlib.c | 336 BIO_set_data(bi, ctx); in bio_zlib_new() 359 BIO_set_data(bi, NULL); in bio_zlib_free()
|
/third_party/openssl/crypto/comp/ |
D | c_zlib.c | 336 BIO_set_data(bi, ctx); in bio_zlib_new() 359 BIO_set_data(bi, NULL); in bio_zlib_free()
|