Home
last modified time | relevance | path

Searched defs:rbio (Results 1 – 25 of 26) sorted by relevance

12

/third_party/openssl/test/
Dbad_dtls_test.c195 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()
468 BIO *rbio = NULL; in test_bad_dtls() local
Dservername_test.c101 BIO *rbio; in client_setup_sni_before_state() local
153 BIO *rbio; in client_setup_sni_after_state() local
Dclienthellotest.c63 BIO *rbio; in test_client_hello() local
Dhttp_test.c117 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
Ddtlstest.c401 BIO *rbio = NULL, *wbio = NULL, *sbio = NULL; in test_just_finished() local
Dsslapitest.c3484 BIO *rbio; in test_early_data_read_write() local
6949 BIO *rbio, *wbio; in test_max_fragment_len_ext() local
9429 BIO *rbio = NULL, *wbio = NULL; in test_ssl_dup() local
/third_party/openssl/crypto/http/
Dhttp_client.c49 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()
364 static OSSL_HTTP_REQ_CTX *http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, in http_req_ctx_new()
918 int use_ssl, BIO *bio, BIO *rbio, in OSSL_HTTP_open()
1113 BIO *bio, BIO *rbio, in OSSL_HTTP_get()
1205 BIO *bio, BIO *rbio, in OSSL_HTTP_transfer()
/third_party/node/deps/openssl/openssl/crypto/http/
Dhttp_client.c49 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()
371 static OSSL_HTTP_REQ_CTX *http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, in http_req_ctx_new()
929 int use_ssl, BIO *bio, BIO *rbio, in OSSL_HTTP_open()
1124 BIO *bio, BIO *rbio, in OSSL_HTTP_get()
1216 BIO *bio, BIO *rbio, in OSSL_HTTP_transfer()
/third_party/openssl/crypto/x509/
Dx_all.c92 static ASN1_VALUE *simple_get_asn1(const char *url, BIO *bio, BIO *rbio, in simple_get_asn1()
106 X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_load_http()
160 X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_CRL_load_http()
/third_party/node/deps/openssl/openssl/crypto/x509/
Dx_all.c92 static ASN1_VALUE *simple_get_asn1(const char *url, BIO *bio, BIO *rbio, in simple_get_asn1()
106 X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_load_http()
160 X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_CRL_load_http()
/third_party/node/deps/openssl/openssl/ssl/
Dd1_lib.c466 BIO *rbio, *wbio; in DTLSv1_listen() local
Dssl_lib.c1354 void SSL_set0_rbio(SSL *s, BIO *rbio) in SSL_set0_rbio()
1376 void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio) in SSL_set_bio()
1492 BIO *rbio = SSL_get_rbio(s); in SSL_set_wfd() local
/third_party/openssl/ssl/
Dd1_lib.c449 BIO *rbio, *wbio; in DTLSv1_listen() local
Dssl_lib.c1268 void SSL_set0_rbio(SSL *s, BIO *rbio) in SSL_set0_rbio()
1290 void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio) in SSL_set_bio()
1406 BIO *rbio = SSL_get_rbio(s); in SSL_set_wfd() local
Dssl_local.h1225 BIO *rbio; member
/third_party/openssl/apps/
Denc.c118 BIO *in = NULL, *out = NULL, *b64 = NULL, *benc = NULL, *rbio = in enc_main() local
/third_party/node/deps/openssl/openssl/apps/
Denc.c118 BIO *in = NULL, *out = NULL, *b64 = NULL, *benc = NULL, *rbio = in enc_main() local
/third_party/node/deps/openssl/openssl/ssl/record/
Drec_layer_s3.c1619 BIO *rbio; in ssl3_read_bytes() local
/third_party/openssl/ssl/record/
Drec_layer_s3.c1630 BIO *rbio; in ssl3_read_bytes() local
/third_party/openssl/crypto/cms/
Dcms_smime.c21 BIO *rbio; in cms_get_text_bio() local
/third_party/node/deps/openssl/openssl/crypto/cms/
Dcms_smime.c21 BIO *rbio; in cms_get_text_bio() local
/third_party/node/deps/openssl/openssl/ssl/statem/
Dstatem_clnt.c385 BIO *rbio; in ossl_statem_client_read_transition() local
Dstatem_srvr.c300 BIO *rbio; in ossl_statem_server_read_transition() local
/third_party/openssl/ssl/statem/
Dstatem_clnt.c385 BIO *rbio; in ossl_statem_client_read_transition() local
Dstatem_srvr.c299 BIO *rbio; in ossl_statem_server_read_transition() local

12