/openssl/ssl/quic/ |
H A D | quic_trace.c | 41 static void put_str(BIO *bio, char *str, size_t slen) in put_str() 57 static void put_conn_id(BIO *bio, QUIC_CONN_ID *id) in put_conn_id() 76 static int frame_ack(BIO *bio, PACKET *pkt) in frame_ack() 122 static int frame_reset_stream(BIO *bio, PACKET *pkt) in frame_reset_stream() 139 static int frame_stop_sending(BIO *bio, PACKET *pkt) in frame_stop_sending() 154 static int frame_crypto(BIO *bio, PACKET *pkt) in frame_crypto() 167 static int frame_new_token(BIO *bio, PACKET *pkt) in frame_new_token() 244 static int frame_max_data(BIO *bio, PACKET *pkt) in frame_max_data() 271 static int frame_max_streams(BIO *bio, PACKET *pkt) in frame_max_streams() 395 static int trace_frame_data(BIO *bio, PACKET *pkt) in trace_frame_data() [all …]
|
/openssl/providers/common/ |
H A D | bio_prov.c | 106 int ossl_prov_bio_gets(OSSL_CORE_BIO *bio, char *buf, int size) in ossl_prov_bio_gets() 113 int ossl_prov_bio_puts(OSSL_CORE_BIO *bio, const char *str) in ossl_prov_bio_puts() 127 int ossl_prov_bio_up_ref(OSSL_CORE_BIO *bio) in ossl_prov_bio_up_ref() 134 int ossl_prov_bio_free(OSSL_CORE_BIO *bio) in ossl_prov_bio_free() 148 int ossl_prov_bio_printf(OSSL_CORE_BIO *bio, const char *format, ...) in ossl_prov_bio_printf() 164 static int bio_core_read_ex(BIO *bio, char *data, size_t data_len, in bio_core_read_ex() 176 static long bio_core_ctrl(BIO *bio, int cmd, long num, void *ptr) in bio_core_ctrl() 181 static int bio_core_gets(BIO *bio, char *buf, int size) in bio_core_gets() 186 static int bio_core_puts(BIO *bio, const char *str) in bio_core_puts() 191 static int bio_core_new(BIO *bio) in bio_core_new() [all …]
|
/openssl/test/ |
H A D | bio_core_test.c | 16 BIO *bio; member 19 static int tst_bio_core_read_ex(OSSL_CORE_BIO *bio, char *data, size_t data_len, in tst_bio_core_read_ex() 25 static int tst_bio_core_write_ex(OSSL_CORE_BIO *bio, const char *data, in tst_bio_core_write_ex() 31 static int tst_bio_core_gets(OSSL_CORE_BIO *bio, char *buf, int size) in tst_bio_core_gets() 36 static int tst_bio_core_puts(OSSL_CORE_BIO *bio, const char *str) in tst_bio_core_puts() 41 static long tst_bio_core_ctrl(OSSL_CORE_BIO *bio, int cmd, long num, void *ptr) in tst_bio_core_ctrl() 46 static int tst_bio_core_up_ref(OSSL_CORE_BIO *bio) in tst_bio_core_up_ref() 51 static int tst_bio_core_free(OSSL_CORE_BIO *bio) in tst_bio_core_free()
|
H A D | bio_memleak_test.c | 19 BIO *bio; in test_bio_memleak() local 46 BIO *bio = NULL; in test_bio_get_mem() local 74 BIO *bio; in test_bio_new_mem_buf() local 109 BIO *bio, *bio2 = NULL; in test_bio_rdonly_mem_buf() local 151 BIO *bio = NULL; in test_bio_rdwr_rdonly() local 187 BIO *bio = NULL; in test_bio_nonclear_rst() local 225 static long BIO_error_callback(BIO *bio, int cmd, const char *argp, in BIO_error_callback() 240 BIO *bio = NULL, *out = NULL; in test_bio_i2d_ASN1_mime() local
|
H A D | sslcorrupttest.c | 16 static void copy_flags(BIO *bio) in copy_flags() 26 static int tls_corrupt_read(BIO *bio, char *out, int outl) in tls_corrupt_read() 37 static int tls_corrupt_write(BIO *bio, const char *in, int inl) in tls_corrupt_write() 58 static long tls_corrupt_ctrl(BIO *bio, int cmd, long num, void *ptr) in tls_corrupt_ctrl() 77 static int tls_corrupt_gets(BIO *bio, char *buf, int size) in tls_corrupt_gets() 83 static int tls_corrupt_puts(BIO *bio, const char *str) in tls_corrupt_puts() 89 static int tls_corrupt_new(BIO *bio) in tls_corrupt_new() 96 static int tls_corrupt_free(BIO *bio) in tls_corrupt_free()
|
H A D | tls13ccstest.c | 58 static int watchccs_new(BIO *bio) in watchccs_new() 64 static int watchccs_free(BIO *bio) in watchccs_free() 70 static int watchccs_read(BIO *bio, char *out, int outl) in watchccs_read() 89 static int watchccs_write(BIO *bio, const char *in, int inl) in watchccs_write() 213 static long watchccs_ctrl(BIO *bio, int cmd, long num, void *ptr) in watchccs_ctrl() 232 static int watchccs_gets(BIO *bio, char *buf, int size) in watchccs_gets() 238 static int watchccs_puts(BIO *bio, const char *str) in watchccs_puts()
|
H A D | asynciotest.c | 62 static int async_new(BIO *bio) in async_new() 75 static int async_free(BIO *bio) in async_free() 89 static int async_read(BIO *bio, char *out, int outl) in async_read() 124 static int async_write(BIO *bio, const char *in, int inl) in async_write() 257 static long async_ctrl(BIO *bio, int cmd, long num, void *ptr) in async_ctrl() 276 static int async_gets(BIO *bio, char *buf, int size) in async_gets() 282 static int async_puts(BIO *bio, const char *str) in async_puts()
|
H A D | pkcs7_test.c | 133 BIO *msg_bio = NULL, *x509_bio = NULL, *bio = NULL; in pkcs7_verify_test() local 224 BIO *x509_bio = NULL, *bio = NULL; in pkcs7_inner_content_verify_test() local
|
/openssl/crypto/bio/ |
H A D | bss_bio.c | 76 static int bio_new(BIO *bio) in bio_new() 90 static int bio_free(BIO *bio) in bio_free() 601 static int bio_puts(BIO *bio, const char *str) in bio_puts() 650 static void bio_destroy_pair(BIO *bio) in bio_destroy_pair() 722 size_t BIO_ctrl_get_write_guarantee(BIO *bio) in BIO_ctrl_get_write_guarantee() 727 size_t BIO_ctrl_get_read_request(BIO *bio) in BIO_ctrl_get_read_request() 732 int BIO_ctrl_reset_read_request(BIO *bio) in BIO_ctrl_reset_read_request() 742 int BIO_nread0(BIO *bio, char **buf) in BIO_nread0() 758 int BIO_nread(BIO *bio, char **buf, int num) in BIO_nread() 773 int BIO_nwrite0(BIO *bio, char **buf) in BIO_nwrite0() [all …]
|
H A D | bss_dgram_pair.c | 275 static int dgram_pair_init(BIO *bio) in dgram_pair_init() 296 static int dgram_mem_init(BIO *bio) in dgram_mem_init() 316 static int dgram_pair_free(BIO *bio) in dgram_pair_free() 429 static int dgram_pair_ctrl_eof(BIO *bio) in dgram_pair_ctrl_eof() 480 static int dgram_pair_ctrl_reset(BIO *bio) in dgram_pair_ctrl_reset() 489 static size_t dgram_pair_ctrl_pending(BIO *bio) in dgram_pair_ctrl_pending() 548 static int dgram_pair_ctrl_get_local_addr_cap(BIO *bio) in dgram_pair_ctrl_get_local_addr_cap() 565 static int dgram_pair_ctrl_get_effective_caps(BIO *bio) in dgram_pair_ctrl_get_effective_caps() 578 static uint32_t dgram_pair_ctrl_get_caps(BIO *bio) in dgram_pair_ctrl_get_caps() 615 static int dgram_pair_ctrl_get_mtu(BIO *bio) in dgram_pair_ctrl_get_mtu() [all …]
|
H A D | bss_core.c | 40 static int bio_core_read_ex(BIO *bio, char *data, size_t data_len, in bio_core_read_ex() 50 static int bio_core_write_ex(BIO *bio, const char *data, size_t data_len, in bio_core_write_ex() 60 static long bio_core_ctrl(BIO *bio, int cmd, long num, void *ptr) in bio_core_ctrl() 69 static int bio_core_gets(BIO *bio, char *buf, int size) in bio_core_gets() 78 static int bio_core_puts(BIO *bio, const char *str) in bio_core_puts() 87 static int bio_core_new(BIO *bio) in bio_core_new() 94 static int bio_core_free(BIO *bio) in bio_core_free()
|
H A D | bio_lib.c | 83 BIO *bio = OPENSSL_zalloc(sizeof(*bio)); in BIO_new_ex() local 719 size_t BIO_ctrl_pending(BIO *bio) in BIO_ctrl_pending() 732 size_t BIO_ctrl_wpending(BIO *bio) in BIO_ctrl_wpending() 746 BIO *BIO_push(BIO *b, BIO *bio) in BIO_push() 784 BIO *BIO_get_retry_BIO(BIO *bio, int *reason) in BIO_get_retry_BIO() 802 int BIO_get_retry_reason(BIO *bio) in BIO_get_retry_reason() 812 BIO *BIO_find_type(BIO *bio, int type) in BIO_find_type() 849 void BIO_free_all(BIO *bio) in BIO_free_all() 927 uint64_t BIO_number_read(BIO *bio) in BIO_number_read() 934 uint64_t BIO_number_written(BIO *bio) in BIO_number_written() [all …]
|
H A D | bio_cb.c | 19 long BIO_debug_callback_ex(BIO *bio, int cmd, const char *argp, size_t len, in BIO_debug_callback_ex() 123 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, in BIO_debug_callback()
|
/openssl/crypto/ts/ |
H A D | ts_lib.c | 19 int TS_ASN1_INTEGER_print_bio(BIO *bio, const ASN1_INTEGER *num) in TS_ASN1_INTEGER_print_bio() 38 int TS_OBJ_print_bio(BIO *bio, const ASN1_OBJECT *obj) in TS_OBJ_print_bio() 48 int TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions) in TS_ext_print_bio() 73 int TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg) in TS_X509_ALGOR_print_bio() 80 int TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *a) in TS_MSG_IMPRINT_print_bio()
|
H A D | ts_rsp_print.c | 28 int TS_RESP_print_bio(BIO *bio, TS_RESP *a) in TS_RESP_print_bio() 42 int TS_STATUS_INFO_print_bio(BIO *bio, TS_STATUS_INFO *a) in TS_STATUS_INFO_print_bio() 102 static int ts_status_map_print(BIO *bio, const struct status_map_st *a, in ts_status_map_print() 118 int TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a) in TS_TST_INFO_print_bio() 176 static int ts_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *a) in ts_ACCURACY_print_bio()
|
H A D | ts_req_print.c | 18 int TS_REQ_print_bio(BIO *bio, TS_REQ *a) in TS_REQ_print_bio()
|
/openssl/test/testutil/ |
H A D | load.c | 21 BIO *bio = NULL; in load_cert_pem() local 36 BIO *bio; in STACK_OF() local 72 BIO *bio = NULL; in load_pkey_pem() local 95 BIO *bio = NULL; in load_csr_der() local
|
/openssl/ssl/ |
H A D | t1_trce.c | 25 # define ssl_trace_list(bio, indent, msg, msglen, value, table) \ argument 41 static int do_ssl_trace_list(BIO *bio, int indent, in do_ssl_trace_list() 650 static void ssl_print_hex(BIO *bio, int indent, const char *name, in ssl_print_hex() 682 static int ssl_print_version(BIO *bio, int indent, const char *name, in ssl_print_version() 701 static int ssl_print_random(BIO *bio, int indent, in ssl_print_random() 742 static int ssl_print_extension(BIO *bio, int indent, int server, in ssl_print_extension() 953 static int ssl_print_extensions(BIO *bio, int indent, int server, in ssl_print_extensions() 1063 static int dtls_print_hello_vfyrequest(BIO *bio, int indent, in dtls_print_hello_vfyrequest() 1073 static int ssl_print_server_hello(BIO *bio, int indent, in ssl_print_server_hello() 1317 static int ssl_print_raw_public_key(BIO *bio, const SSL *ssl, int server, in ssl_print_raw_public_key() [all …]
|
/openssl/test/helpers/ |
H A D | ssltestlib.c | 77 static int tls_dump_new(BIO *bio) in tls_dump_new() 83 static int tls_dump_free(BIO *bio) in tls_dump_free() 90 static void copy_flags(BIO *bio) in copy_flags() 314 static int mempacket_test_new(BIO *bio) in mempacket_test_new() 331 static int mempacket_test_free(BIO *bio) in mempacket_test_free() 424 int mempacket_swap_epoch(BIO *bio) in mempacket_swap_epoch() 504 int mempacket_move_packet(BIO *bio, int d, int s) in mempacket_move_packet() 757 static int always_retry_new(BIO *bio) in always_retry_new() 763 static int always_retry_free(BIO *bio) in always_retry_free() 851 static int maybe_retry_new(BIO *bio) in maybe_retry_new() [all …]
|
H A D | pktsplitbio.c | 14 static long pkt_split_dgram_ctrl(BIO *bio, int cmd, long num, void *ptr) in pkt_split_dgram_ctrl() 33 static int pkt_split_dgram_sendmmsg(BIO *bio, BIO_MSG *msg, size_t stride, in pkt_split_dgram_sendmmsg() 49 static int pkt_split_dgram_recvmmsg(BIO *bio, BIO_MSG *msg, size_t stride, in pkt_split_dgram_recvmmsg()
|
/openssl/crypto/pkcs7/ |
H A D | pk7_mime.c | 30 int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags) in SMIME_write_PKCS7() 52 PKCS7 *SMIME_read_PKCS7_ex(BIO *bio, BIO **bcont, PKCS7 **p7) in SMIME_read_PKCS7_ex() 70 PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont) in SMIME_read_PKCS7()
|
/openssl/doc/designs/ddd/ |
H A D | ddd-01-conn-blocking.c | 101 int tx(BIO *bio, const void *buf, int buf_len) in tx() 110 int rx(BIO *bio, void *buf, int buf_len) in rx() 119 void teardown(BIO *bio) in teardown()
|
/openssl/crypto/cms/ |
H A D | cms_io.c | 81 int SMIME_write_CMS(BIO *bio, CMS_ContentInfo *cms, BIO *data, int flags) in SMIME_write_CMS() 100 CMS_ContentInfo *SMIME_read_CMS_ex(BIO *bio, int flags, BIO **bcont, in SMIME_read_CMS_ex() 119 CMS_ContentInfo *SMIME_read_CMS(BIO *bio, BIO **bcont) in SMIME_read_CMS()
|
/openssl/util/ |
H A D | quicserver.c | 34 BIO *bio = ossl_quic_tserver_get0_rbio(qtserv); in wait_for_activity() local 73 BIO *bio; in create_dgram_bio() local 147 BIO *bio = NULL; in main() local
|
/openssl/demos/guide/ |
H A D | tls-client-block.c | 34 BIO *bio; in create_socket_bio() local 104 BIO *bio = NULL; in main() local
|