/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A 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()
|
H A D | bio_ok.c | 148 BIO_set_data(bi, ctx); in ok_new() 164 BIO_set_data(a, NULL); in ok_free()
|
H A D | bio_b64.c | 84 BIO_set_data(bi, ctx); in b64_new() 102 BIO_set_data(a, NULL); in b64_free()
|
H A D | bio_enc.c | 81 BIO_set_data(bi, ctx); in enc_new() 100 BIO_set_data(a, NULL); in enc_free()
|
/third_party/openssl/crypto/evp/ |
H A 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()
|
H A D | bio_ok.c | 148 BIO_set_data(bi, ctx); in ok_new() 164 BIO_set_data(a, NULL); in ok_free()
|
H A D | bio_b64.c | 84 BIO_set_data(bi, ctx); in b64_new() 102 BIO_set_data(a, NULL); in b64_free()
|
H A D | bio_enc.c | 81 BIO_set_data(bi, ctx); in enc_new() 100 BIO_set_data(a, NULL); in enc_free()
|
/third_party/openssl/test/ |
H A D | asynciotest.c | 70 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 D | bio.rs | 48 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 D | bss_core.c | 149 BIO_set_data(outbio, corebio); in BIO_new_from_core_bio()
|
H A D | bf_prefix.c | 62 BIO_set_data(b, ctx); in prefix_create()
|
/third_party/openssl/crypto/bio/ |
H A D | bss_core.c | 149 BIO_set_data(outbio, corebio); in BIO_new_from_core_bio()
|
H A D | bf_prefix.c | 62 BIO_set_data(b, ctx); in prefix_create()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | bio.rs | 42 pub fn BIO_set_data(a: *mut BIO, data: *mut c_void); in BIO_set_data() functions
|
/third_party/ffmpeg/libavformat/ |
H A D | tls_openssl.c | 170 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 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/comp/ |
H A 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/node/deps/openssl/openssl/crypto/asn1/ |
H A 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/ |
H A 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/comp/ |
H A 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/test/helpers/ |
H A D | ssltestlib.c | 320 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 D | bio_prov.c | 240 BIO_set_data(outbio, corebio); in ossl_bio_new_from_core_bio()
|
/third_party/openssl/providers/common/ |
H A D | bio_prov.c | 240 BIO_set_data(outbio, corebio); in ossl_bio_new_from_core_bio()
|
/third_party/nghttp2/src/ |
H A D | shrpx_connection.cc | 51 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()
|