Searched defs:rbio (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/crypto/openssl/test/
H A Dclienthellotest.c63 BIO *rbio; local
H A Dservername_test.c101 BIO *rbio; local
153 BIO *rbio; local
[all...]
H A Ddtlstest.c401 BIO *rbio = NULL, *wbio = NULL, *sbio = NULL; local
H A Dhttp_test.c117 BIO *rbio = BIO_new(BIO_s_mem()); local
160 BIO *rbio = BIO_new(BIO_s_mem()); local
[all...]
H A Dbad_dtls_test.c195 static int send_hello_verify(BIO *rbio) argument
223 static int send_server_hello(BIO *rbio) argument
274 static int send_record(BIO *rbio, unsigned char type, uint64_t seqnr, argument
361 send_finished(SSL *s, BIO *rbio) argument
468 BIO *rbio = NULL; local
[all...]
H A Dsslapitest.c3519 BIO *rbio; local
7016 BIO *rbio, *wbio; local
9497 BIO *rbio = NULL, *wbio = NULL; local
[all...]
/freebsd-current/crypto/openssl/apps/
H A Denc.c118 BIO *in = NULL, *out = NULL, *b64 = NULL, *benc = NULL, *rbio = local
[all...]
/freebsd-current/crypto/openssl/crypto/cms/
H A Dcms_smime.c21 BIO *rbio; local
/freebsd-current/crypto/openssl/ssl/
H A Dd1_lib.c466 BIO *rbio, *wbio; local
H A Dssl_lib.c1287 void SSL_set0_rbio(SSL *s, BIO *rbio) argument
1309 void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio) argument
1425 BIO *rbio = SSL_get_rbio(s); local
[all...]
H A Dssl_local.h1225 BIO *rbio; member in struct:ssl_st
/freebsd-current/crypto/openssl/ssl/record/
H A Drec_layer_s3.c1634 BIO *rbio; local
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c553 BIO *rbio, *wbio; local
/freebsd-current/crypto/openssl/crypto/x509/
H A Dx_all.c92 static ASN1_VALUE *simple_get_asn1(const char *url, BIO *bio, BIO *rbio, argument
106 X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) argument
160 X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) argument
/freebsd-current/contrib/libevent/
H A Dbufferevent_openssl.c553 BIO *rbio, *wbio; local
/freebsd-current/crypto/openssl/crypto/http/
H A Dhttp_client.c49 BIO *rbio; /* BIO to read/receive response from */ member in struct:ossl_http_req_ctx_st
90 OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size) argument
371 static OSSL_HTTP_REQ_CTX *http_req_ctx_new(int free_wbio, BIO *wbio, BIO *rbio, 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) 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) 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) argument
[all...]
/freebsd-current/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c385 BIO *rbio; local
H A Dstatem_srvr.c299 BIO *rbio; local

Completed in 295 milliseconds