| /freebsd/crypto/openssl/crypto/bio/ |
| H A D | bss_core.c | 47 return bcgbl->c_bio_read_ex(BIO_get_data(bio), data, data_len, bytes_read); in bio_core_read_ex() 57 return bcgbl->c_bio_write_ex(BIO_get_data(bio), data, data_len, written); in bio_core_write_ex() 66 return bcgbl->c_bio_ctrl(BIO_get_data(bio), cmd, num, ptr); in bio_core_ctrl() 75 return bcgbl->c_bio_gets(BIO_get_data(bio), buf, size); in bio_core_gets() 84 return bcgbl->c_bio_puts(BIO_get_data(bio), str); in bio_core_puts() 102 bcgbl->c_bio_free(BIO_get_data(bio)); in bio_core_free()
|
| H A D | bf_prefix.c | 69 PREFIX_CTX *ctx = BIO_get_data(b); in prefix_destroy() 84 PREFIX_CTX *ctx = BIO_get_data(b); in prefix_write() 156 if (b == NULL || (ctx = BIO_get_data(b)) == NULL) in prefix_ctrl()
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | bio_md.c | 66 EVP_MD_CTX_free(BIO_get_data(a)); in md_free() 82 ctx = BIO_get_data(b); in md_read() 111 ctx = BIO_get_data(b); in md_write() 140 ctx = BIO_get_data(b); in md_ctrl() 184 dctx = BIO_get_data(dbio); in md_ctrl() 213 ctx = BIO_get_data(bp); in md_gets()
|
| H A D | bio_ok.c | 159 ctx = BIO_get_data(a); in ok_free() 178 ctx = BIO_get_data(b); in ok_read() 263 ctx = BIO_get_data(b); in ok_write() 327 ctx = BIO_get_data(b); in ok_ctrl() 439 ctx = BIO_get_data(b); in sig_out() 485 ctx = BIO_get_data(b); in sig_in() 533 ctx = BIO_get_data(b); in block_out() 566 ctx = BIO_get_data(b); in block_in()
|
| H A D | bio_enc.c | 92 b = BIO_get_data(a); in enc_free() 112 ctx = BIO_get_data(b); in enc_read() 243 ctx = BIO_get_data(b); in enc_write() 307 ctx = BIO_get_data(b); in enc_ctrl() 385 dctx = BIO_get_data(dbio); in enc_ctrl() 419 ctx = BIO_get_data(b); in BIO_set_cipher()
|
| H A D | bio_b64.c | 94 ctx = BIO_get_data(a); in b64_free() 123 ctx = (BIO_B64_CTX *)BIO_get_data(b); in b64_read() 325 ctx = (BIO_B64_CTX *)BIO_get_data(b); in b64_write() 439 ctx = (BIO_B64_CTX *)BIO_get_data(b); in b64_ctrl()
|
| /freebsd/crypto/openssl/providers/common/ |
| H A D | bio_prov.c | 167 return ossl_prov_bio_read_ex(BIO_get_data(bio), data, data_len, bytes_read); in bio_core_read_ex() 173 return ossl_prov_bio_write_ex(BIO_get_data(bio), data, data_len, written); in bio_core_write_ex() 178 return ossl_prov_bio_ctrl(BIO_get_data(bio), cmd, num, ptr); in bio_core_ctrl() 183 return ossl_prov_bio_gets(BIO_get_data(bio), buf, size); in bio_core_gets() 188 return ossl_prov_bio_puts(BIO_get_data(bio), str); in bio_core_puts() 201 ossl_prov_bio_free(BIO_get_data(bio)); in bio_core_free()
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | bio_ssl.c | 82 bs = BIO_get_data(a); in ssl_free() 105 sb = BIO_get_data(b); in ssl_read() 174 bs = BIO_get_data(b); in ssl_write() 236 bs = BIO_get_data(b); in ssl_ctrl() 295 bs = BIO_get_data(b); in ssl_ctrl() 384 dbs = BIO_get_data(dbio); in ssl_ctrl() 421 bs = BIO_get_data(b); in ssl_callback_ctrl() 521 tdata = BIO_get_data(t); in BIO_ssl_copy_session_id() 522 fdata = BIO_get_data(f); in BIO_ssl_copy_session_id() 537 bdata = BIO_get_data(b); in BIO_ssl_shutdown()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | BIO_get_data.pod | 5 BIO_set_data, BIO_get_data, BIO_set_init, BIO_get_init, BIO_set_shutdown, 13 void *BIO_get_data(BIO *a); 24 the BIO. This data can subsequently be retrieved via a call to BIO_get_data(). 41 Do not use BIO_set_data(), BIO_get_data(), BIO_set_init(), BIO_get_init(), outside 48 BIO_get_data() returns a pointer to the implementation specific custom data
|
| /freebsd/crypto/openssl/test/helpers/ |
| H A D | noisydgrambio.c | 56 data = BIO_get_data(bio); in noisy_dgram_ctrl() 66 data = BIO_get_data(bio); in noisy_dgram_ctrl() 76 data = BIO_get_data(bio); in noisy_dgram_ctrl() 86 data = BIO_get_data(bio); in noisy_dgram_ctrl() 97 data = BIO_get_data(bio); in noisy_dgram_ctrl() 180 data = BIO_get_data(bio); in noisy_dgram_sendmmsg() 315 data = BIO_get_data(bio); in noisy_dgram_recvmmsg() 511 data_free(BIO_get_data(bio)); in noisy_dgram_free()
|
| H A D | ssltestlib.c | 333 MEMPACKET_TEST_CTX *ctx = BIO_get_data(bio); in mempacket_test_free() 353 MEMPACKET_TEST_CTX *ctx = BIO_get_data(bio); in mempacket_test_read() 426 MEMPACKET_TEST_CTX *ctx = BIO_get_data(bio); in mempacket_swap_epoch() 506 MEMPACKET_TEST_CTX *ctx = BIO_get_data(bio); in mempacket_move_packet() 541 MEMPACKET_TEST_CTX *ctx = BIO_get_data(bio); in mempacket_dup_last_packet() 576 MEMPACKET_TEST_CTX *ctx = BIO_get_data(bio); in mempacket_test_inject() 694 MEMPACKET_TEST_CTX *ctx = BIO_get_data(bio); in mempacket_test_ctrl() 903 struct maybe_retry_data_st *data = BIO_get_data(bio); in maybe_retry_free() 913 struct maybe_retry_data_st *data = BIO_get_data(bio); in maybe_retry_write() 929 struct maybe_retry_data_st *data = BIO_get_data(bio); in maybe_retry_ctrl()
|
| H A D | pktsplitbio.c | 56 QTEST_DATA *bdata = BIO_get_data(bio); in pkt_split_dgram_recvmmsg()
|
| H A D | quictestlib.c | 1185 bdata = BIO_get_data(b); in pcipher_sendmmsg() 1270 OPENSSL_free(BIO_get_data(b)); in pcipher_destroy()
|
| /freebsd/crypto/openssl/test/ |
| H A D | asynciotest.c | 81 ctrs = BIO_get_data(bio); in async_free() 100 ctrs = BIO_get_data(bio); in async_read() 136 ctrs = BIO_get_data(bio); in async_write()
|
| /freebsd/crypto/openssl/crypto/comp/ |
| H A D | c_zlib.c | 426 ctx = BIO_get_data(bi); in bio_zlib_free() 453 ctx = BIO_get_data(b); in bio_zlib_read() 513 ctx = BIO_get_data(b); in bio_zlib_write() 580 ctx = BIO_get_data(b); in bio_zlib_flush() 631 ctx = BIO_get_data(b); in bio_zlib_ctrl()
|
| H A D | c_brotli.c | 486 ctx = BIO_get_data(bi); in bio_brotli_free() 518 ctx = BIO_get_data(b); in bio_brotli_read() 589 ctx = BIO_get_data(b); in bio_brotli_write() 654 ctx = BIO_get_data(b); in bio_brotli_flush() 708 ctx = BIO_get_data(b); in bio_brotli_ctrl()
|
| H A D | c_zstd.c | 562 ctx = BIO_get_data(bi); in bio_zstd_free() 591 ctx = BIO_get_data(b); in bio_zstd_read() 650 ctx = BIO_get_data(b); in bio_zstd_write() 708 ctx = BIO_get_data(b); in bio_zstd_flush() 757 ctx = BIO_get_data(b); in bio_zstd_ctrl()
|
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | bio_asn1.c | 137 ctx = BIO_get_data(b); in asn1_bio_free() 161 ctx = BIO_get_data(b); in asn1_bio_write() 328 ctx = BIO_get_data(b); in asn1_bio_ctrl()
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | bufferevent_openssl.c | 124 if (BIO_get_init(b) && BIO_get_data(b)) in bio_bufferevent_free() 125 bufferevent_free(BIO_get_data(b)); in bio_bufferevent_free() 142 if (!BIO_get_data(b)) in bio_bufferevent_read() 145 input = bufferevent_get_input(BIO_get_data(b)); in bio_bufferevent_read() 161 struct bufferevent *bufev = BIO_get_data(b); in bio_bufferevent_write() 167 if (!BIO_get_data(b)) in bio_bufferevent_write() 193 struct bufferevent *bufev = BIO_get_data(b); in bio_bufferevent_ctrl()
|
| H A D | openssl-compat.h | 32 #define BIO_get_data(b) (b)->ptr macro
|
| /freebsd/contrib/libevent/ |
| H A D | bufferevent_openssl.c | 124 if (BIO_get_init(b) && BIO_get_data(b)) in bio_bufferevent_free() 125 bufferevent_free(BIO_get_data(b)); in bio_bufferevent_free() 142 if (!BIO_get_data(b)) in bio_bufferevent_read() 145 input = bufferevent_get_input(BIO_get_data(b)); in bio_bufferevent_read() 161 struct bufferevent *bufev = BIO_get_data(b); in bio_bufferevent_write() 167 if (!BIO_get_data(b)) in bio_bufferevent_write() 193 struct bufferevent *bufev = BIO_get_data(b); in bio_bufferevent_ctrl()
|
| H A D | openssl-compat.h | 32 #define BIO_get_data(b) (b)->ptr macro
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | trace.c | 68 struct trace_data_st *ctx = BIO_get_data(channel); in trace_write() 88 struct trace_data_st *ctx = BIO_get_data(channel); in trace_ctrl() 106 OPENSSL_free(BIO_get_data(channel)); in trace_free()
|
| /freebsd/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_ssl.c | 643 struct rwcount *rw = BIO_get_data(b); in bio_rwcount_read() 654 struct rwcount *rw = BIO_get_data(b); in bio_rwcount_write() 665 struct rwcount *rw = BIO_get_data(b); in bio_rwcount_ctrl()
|
| /freebsd/contrib/libevent/test/ |
| H A D | regress_ssl.c | 643 struct rwcount *rw = BIO_get_data(b); in bio_rwcount_read() 654 struct rwcount *rw = BIO_get_data(b); in bio_rwcount_write() 665 struct rwcount *rw = BIO_get_data(b); in bio_rwcount_ctrl()
|