Searched defs:rbio (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/test/ |
D | bad_dtls_test.c | 192 static int send_hello_verify(BIO *rbio) in send_hello_verify() 220 static int send_server_hello(BIO *rbio) in send_server_hello() 271 static int send_record(BIO *rbio, unsigned char type, uint64_t seqnr, in send_record() 345 static int send_finished(SSL *s, BIO *rbio) in send_finished() 449 BIO *rbio = NULL; in test_bad_dtls() local
|
D | servername_test.c | 88 BIO *rbio; in client_setup_sni_before_state() local 136 BIO *rbio; in client_setup_sni_after_state() local
|
D | clienthellotest.c | 63 BIO *rbio; in test_client_hello() local
|
D | sslapitest.c | 2272 BIO *rbio; in test_early_data_read_write() local 4907 BIO *rbio, *wbio; in test_max_fragment_len_ext() local 6620 BIO *rbio = NULL, *wbio = NULL; in test_ssl_dup() local
|
/third_party/openssl/ssl/ |
D | d1_lib.c | 455 BIO *rbio, *wbio; in DTLSv1_listen() local
|
D | ssl_lib.c | 1242 void SSL_set0_rbio(SSL *s, BIO *rbio) in SSL_set0_rbio() 1264 void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio) in SSL_set_bio() 1371 BIO *rbio = SSL_get_rbio(s); in SSL_set_wfd() local
|
D | ssl_local.h | 1081 BIO *rbio; member
|
/third_party/openssl/apps/ |
D | enc.c | 97 BIO *in = NULL, *out = NULL, *b64 = NULL, *benc = NULL, *rbio = in enc_main() local
|
/third_party/openssl/ssl/record/ |
D | rec_layer_s3.c | 1575 BIO *rbio; in ssl3_read_bytes() local
|
/third_party/openssl/crypto/cms/ |
D | cms_smime.c | 21 BIO *rbio; in cms_get_text_bio() local
|
/third_party/openssl/ssl/statem/ |
D | statem_clnt.c | 380 BIO *rbio; in ossl_statem_client_read_transition() local
|
D | statem_srvr.c | 298 BIO *rbio; in ossl_statem_server_read_transition() local
|