HomeSort by relevance Sort by last modified time
    Searched refs:SSL_get_rbio (Results 1 - 14 of 14) sorted by null

  /external/openssl/ssl/
d1_pkt.c 236 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
238 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_GET_RCVINFO, sizeof(rdata->recordinfo), &rdata->recordinfo);
670 if (!BIO_dgram_is_sctp(SSL_get_rbio(s)))
779 (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
817 if (BIO_dgram_is_sctp(SSL_get_rbio(s)))
820 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_SET_RCVINFO, sizeof(rdata->recordinfo), &rdata->recordinfo);
911 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
916 BIO_clear_retry_flags(SSL_get_rbio(s));
917 BIO_set_retry_read(SSL_get_rbio(s));
924 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) &
    [all...]
d1_lib.c 315 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, &(s->d1->next_timeout));
397 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, &(s->d1->next_timeout));
480 (void) BIO_dgram_get_peer(SSL_get_rbio(s), client);
s3_pkt.c 1097 BIO_clear_retry_flags(SSL_get_rbio(s));
1098 BIO_set_retry_read(SSL_get_rbio(s));
    [all...]
d1_clnt.c 257 if (BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s)))
261 BIO_clear_retry_flags(SSL_get_rbio(s));
262 BIO_set_retry_read(SSL_get_rbio(s));
280 BIO_clear_retry_flags(SSL_get_rbio(s));
281 BIO_set_retry_read(SSL_get_rbio(s));
    [all...]
d1_srvr.c 347 if (BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s)))
351 BIO_clear_retry_flags(SSL_get_rbio(s));
352 BIO_set_retry_read(SSL_get_rbio(s));
370 BIO_clear_retry_flags(SSL_get_rbio(s));
371 BIO_set_retry_read(SSL_get_rbio(s));
    [all...]
ssl_lib.c 631 BIO *SSL_get_rbio(const SSL *s)
647 b=SSL_get_rbio(s);
699 SSL_set_bio(s,SSL_get_rbio(s),bio);
702 SSL_set_bio(s,SSL_get_rbio(s),SSL_get_rbio(s));
    [all...]
bio_ssl.c 359 bio=SSL_get_rbio(ssl);
d1_both.c 1093 BIO_set_flags(SSL_get_rbio(s), BIO_FLAGS_READ);
    [all...]
ssl.h     [all...]
  /external/openssl/apps/
s_cb.c 787 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer);
868 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer);
s_server.c     [all...]
s_client.c     [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 444 milliseconds