/freebsd/crypto/openssl/test/ |
H A D | bad_dtls_test.c | 195 static int send_hello_verify(BIO *rbio) in send_hello_verify() 223 static int send_server_hello(BIO *rbio) in send_server_hello() 274 static int send_record(BIO *rbio, unsigned char type, uint64_t seqnr, in send_record() 361 static int send_finished(SSL *s, BIO *rbio) in send_finished() 472 BIO *rbio = NULL; in test_bad_dtls() local
|
H A D | servername_test.c | 101 BIO *rbio; in client_setup_sni_before_state() local 153 BIO *rbio; in client_setup_sni_after_state() local
|
H A D | membio_test.c | 16 BIO *bio = BIO_new(BIO_s_dgram_mem()), *rbio = NULL; in test_dgram() local
|
H A D | clienthellotest.c | 57 BIO *rbio; in test_client_hello() local
|
H A D | http_test.c | 153 BIO *rbio = BIO_new(BIO_s_mem()); in test_http_method() local 241 BIO *rbio = BIO_new(BIO_s_mem()); in test_http_keep_alive() local 495 BIO *rbio = BIO_new(BIO_s_mem()); in test_http_resp_hdr_limit() local
|
H A D | dtlstest.c | 401 BIO *rbio = NULL, *wbio = NULL, *sbio = NULL; in test_just_finished() local
|
H A D | sslapitest.c | 3558 BIO *rbio; in test_early_data_read_write() local 7419 BIO *rbio, *wbio; in test_max_fragment_len_ext() local 10326 BIO *rbio = NULL, *wbio = NULL; in test_ssl_dup() local
|
/freebsd/crypto/openssl/crypto/http/ |
H A D | http_client.c | 50 BIO *rbio; /* BIO to read/receive response from */ member 97 OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size) in OSSL_HTTP_REQ_CTX_new() 394 static OSSL_HTTP_REQ_CTX *http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, in http_req_ctx_new() 1062 int use_ssl, BIO *bio, BIO *rbio, in OSSL_HTTP_open() 1255 BIO *bio, BIO *rbio, in OSSL_HTTP_get() 1347 BIO *bio, BIO *rbio, in OSSL_HTTP_transfer()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x_all.c | 115 static ASN1_VALUE *simple_get_asn1(const char *url, BIO *bio, BIO *rbio, in simple_get_asn1() 135 X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_load_http() 189 X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_CRL_load_http()
|
/freebsd/crypto/openssl/ssl/ |
H A D | d1_lib.c | 428 BIO *rbio, *wbio; in DTLSv1_listen() local
|
H A D | ssl_lib.c | 1550 void SSL_set0_rbio(SSL *s, BIO *rbio) in SSL_set0_rbio() 1599 void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio) in SSL_set_bio() 1752 BIO *rbio = SSL_get_rbio(s); in SSL_set_wfd() local
|
H A D | ssl_local.h | 1264 BIO *rbio; member
|
/freebsd/crypto/openssl/apps/ |
H A D | enc.c | 123 BIO *in = NULL, *out = NULL, *b64 = NULL, *benc = NULL, *rbio = in enc_main() local
|
/freebsd/crypto/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 946 BIO *rbio; in ssl3_read_bytes() local
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_smime.c | 22 BIO *rbio; in cms_get_text_bio() local
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | bufferevent_openssl.c | 553 BIO *rbio, *wbio; in init_bio_counts() local
|
/freebsd/contrib/libevent/ |
H A D | bufferevent_openssl.c | 553 BIO *rbio, *wbio; in init_bio_counts() local
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | statem_clnt.c | 412 BIO *rbio; in ossl_statem_client_read_transition() local
|
H A D | statem_srvr.c | 327 BIO *rbio; in ossl_statem_server_read_transition() local
|