/third_party/openssl/test/ |
H A D | clienthellotest.c | 63 BIO *rbio; in test_client_hello() 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 [all...] |
H A D | dtlstest.c | 401 BIO *rbio = NULL, *wbio = NULL, *sbio = NULL; in test_just_finished() local
|
H A D | bad_dtls_test.c | 195 static int send_hello_verify(BIO *rbio) in send_hello_verify() argument 223 static int send_server_hello(BIO *rbio) in send_server_hello() argument 274 static int send_record(BIO *rbio, unsigned char type, uint64_t seqnr, in send_record() argument 361 send_finished(SSL *s, BIO *rbio) send_finished() argument 468 BIO *rbio = NULL; test_bad_dtls() local [all...] |
H A D | http_test.c | 117 BIO *rbio = BIO_new(BIO_s_mem()); in test_http_x509() local 160 BIO *rbio = BIO_new(BIO_s_mem()); in test_http_keep_alive() local [all...] |
H A D | sslapitest.c | 3484 BIO *rbio; in test_early_data_read_write() local 6949 BIO *rbio, *wbio; test_max_fragment_len_ext() local 9422 BIO *rbio = NULL, *wbio = NULL; test_ssl_dup() local [all...] |
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | d1_lib.c | 466 BIO *rbio, *wbio; in DTLSv1_listen() local
|
H A D | ssl_lib.c | 1354 void SSL_set0_rbio(SSL *s, BIO *rbio) in SSL_set0_rbio() argument 1376 void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio) in SSL_set_bio() argument 1492 BIO *rbio = SSL_get_rbio(s); SSL_set_wfd() local [all...] |
H A D | ssl_local.h | 1249 BIO *rbio; member
|
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 1619 BIO *rbio; in ssl3_read_bytes() local
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | enc.c | 118 BIO *in = NULL, *out = NULL, *b64 = NULL, *benc = NULL, *rbio = in enc_main() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/cms/ |
H A D | cms_smime.c | 21 BIO *rbio; in cms_get_text_bio() local
|
/third_party/openssl/crypto/cms/ |
H A D | cms_smime.c | 21 BIO *rbio; in cms_get_text_bio() local
|
/third_party/openssl/apps/ |
H A D | enc.c | 118 BIO *in = NULL, *out = NULL, *b64 = NULL, *benc = NULL, *rbio = in enc_main() local [all...] |
/third_party/openssl/ssl/ |
H A D | d1_lib.c | 449 BIO *rbio, *wbio; in DTLSv1_listen() local
|
H A D | ssl_lib.c | 1272 void SSL_set0_rbio(SSL *s, BIO *rbio) in SSL_set0_rbio() argument 1294 void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio) in SSL_set_bio() argument 1410 BIO *rbio = SSL_get_rbio(s); SSL_set_wfd() local [all...] |
/third_party/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 1630 BIO *rbio; in ssl3_read_bytes() local
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x_all.c | 92 static ASN1_VALUE *simple_get_asn1(const char *url, BIO *bio, BIO *rbio, in simple_get_asn1() argument 106 X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_load_http() argument 160 X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_CRL_load_http() argument
|
/third_party/node/deps/openssl/openssl/crypto/http/ |
H A D | http_client.c | 49 BIO *rbio; /* BIO to read/receive response from */ member 90 OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size) in OSSL_HTTP_REQ_CTX_new() argument 371 static OSSL_HTTP_REQ_CTX *http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, in http_req_ctx_new() argument 927 OSSL_HTTP_open(const char *server, const char *port, const char *proxy, const char *no_proxy, int use_ssl, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, int overall_timeout) OSSL_HTTP_open() argument 1123 OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout) OSSL_HTTP_get() argument 1212 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument [all...] |
/third_party/openssl/crypto/http/ |
H A D | http_client.c | 49 BIO *rbio; /* BIO to read/receive response from */ member 90 OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size) in OSSL_HTTP_REQ_CTX_new() argument 364 static OSSL_HTTP_REQ_CTX *http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, in http_req_ctx_new() argument 916 OSSL_HTTP_open(const char *server, const char *port, const char *proxy, const char *no_proxy, int use_ssl, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, int overall_timeout) OSSL_HTTP_open() argument 1112 OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout) OSSL_HTTP_get() argument 1201 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument [all...] |
/third_party/openssl/crypto/x509/ |
H A D | x_all.c | 92 static ASN1_VALUE *simple_get_asn1(const char *url, BIO *bio, BIO *rbio, in simple_get_asn1() argument 106 X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_load_http() argument 160 X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_CRL_load_http() argument
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem_clnt.c | 385 BIO *rbio; in ossl_statem_client_read_transition() local
|
H A D | statem_srvr.c | 300 BIO *rbio; in ossl_statem_server_read_transition() local
|
/third_party/openssl/ssl/statem/ |
H A D | statem_srvr.c | 299 BIO *rbio; in ossl_statem_server_read_transition() local
|
H A D | statem_clnt.c | 385 BIO *rbio; in ossl_statem_client_read_transition() local
|