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);
671 if (!BIO_dgram_is_sctp(SSL_get_rbio(s)))
780 (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
818 if (BIO_dgram_is_sctp(SSL_get_rbio(s)))
821 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_SET_RCVINFO, sizeof(rdata->recordinfo), &rdata->recordinfo);
912 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
917 BIO_clear_retry_flags(SSL_get_rbio(s));
918 BIO_set_retry_read(SSL_get_rbio(s));
925 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 1131 BIO_clear_retry_flags(SSL_get_rbio(s));
1132 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 627 BIO *SSL_get_rbio(const SSL *s)
643 b=SSL_get_rbio(s);
695 SSL_set_bio(s,SSL_get_rbio(s),bio);
698 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 785 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer);
866 (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 3347 milliseconds