Searched defs:wbio (Results 1 – 13 of 13) sorted by relevance
/third_party/openssl/test/ |
D | servername_test.c | 102 BIO *wbio; in client_setup_sni_before_state() local 154 BIO *wbio; in client_setup_sni_after_state() local
|
D | bad_dtls_test.c | 117 static int validate_client_hello(BIO *wbio) in validate_client_hello() 393 static int validate_ccs(BIO *wbio) in validate_ccs() 469 BIO *wbio = NULL; in test_bad_dtls() local
|
D | fatalerrtest.c | 24 BIO *wbio = NULL; in test_fatalerr() local
|
D | clienthellotest.c | 64 BIO *wbio; in test_client_hello() local
|
D | http_test.c | 116 BIO *wbio = BIO_new(BIO_s_mem()); in test_http_x509() local 159 BIO *wbio = BIO_new(BIO_s_mem()); in test_http_keep_alive() local
|
D | dtlstest.c | 401 BIO *rbio = NULL, *wbio = NULL, *sbio = NULL; in test_just_finished() local
|
D | sslapitest.c | 3742 BIO *wbio = SSL_get_wbio(clientssl); in early_data_skip_helper() local 6720 BIO *rbio, *wbio; in test_max_fragment_len_ext() local 9079 BIO *rbio = NULL, *wbio = NULL; in test_ssl_dup() local
|
/third_party/openssl/ssl/ |
D | d1_lib.c | 449 BIO *rbio, *wbio; in DTLSv1_listen() local 864 BIO *wbio; in dtls1_shutdown() local
|
D | ssl_lib.c | 1274 void SSL_set0_wbio(SSL *s, BIO *wbio) in SSL_set0_wbio() 1290 void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio) in SSL_set_bio() 1436 BIO *wbio = SSL_get_wbio(s); in SSL_set_rfd() local
|
D | ssl_local.h | 1227 BIO *wbio; member
|
/third_party/openssl/crypto/http/ |
D | http_client.c | 48 BIO *wbio; /* BIO to write/send request to */ member 90 OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size) in OSSL_HTTP_REQ_CTX_new() 364 static OSSL_HTTP_REQ_CTX *http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, in http_req_ctx_new() 1236 BIO *wbio; in OSSL_HTTP_close() local
|
/third_party/openssl/apps/ |
D | enc.c | 110 NULL, *wbio = NULL; in enc_main() local
|
D | s_server.c | 2858 BIO *wbio; in init_ssl_connection() local
|