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

  /external/openssl/ssl/
d1_pkt.c 238 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
240 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_GET_RCVINFO, sizeof(rdata->recordinfo), &rdata->recordinfo);
673 if (!BIO_dgram_is_sctp(SSL_get_rbio(s)))
782 (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
820 if (BIO_dgram_is_sctp(SSL_get_rbio(s)))
823 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SCTP_SET_RCVINFO, sizeof(rdata->recordinfo), &rdata->recordinfo);
920 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) &&
925 BIO_clear_retry_flags(SSL_get_rbio(s));
926 BIO_set_retry_read(SSL_get_rbio(s));
933 if (BIO_dgram_is_sctp(SSL_get_rbio(s)) &
    [all...]
d1_lib.c 329 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, &(s->d1->next_timeout));
411 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, &(s->d1->next_timeout));
494 (void) BIO_dgram_get_peer(SSL_get_rbio(s), client);
s3_pkt.c     [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 348 if (BIO_dgram_sctp_msg_waiting(SSL_get_rbio(s)))
352 BIO_clear_retry_flags(SSL_get_rbio(s));
353 BIO_set_retry_read(SSL_get_rbio(s));
371 BIO_clear_retry_flags(SSL_get_rbio(s));
372 BIO_set_retry_read(SSL_get_rbio(s));
    [all...]
ssl_lib.c 656 BIO *SSL_get_rbio(const SSL *s)
672 b=SSL_get_rbio(s);
724 SSL_set_bio(s,SSL_get_rbio(s),bio);
727 SSL_set_bio(s,SSL_get_rbio(s),SSL_get_rbio(s));
    [all...]
bio_ssl.c 367 bio=SSL_get_rbio(ssl);
d1_both.c 1123 BIO_set_flags(SSL_get_rbio(s), BIO_FLAGS_READ);
    [all...]
ssl.h     [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
d1_lib.c 339 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, &s->d1->next_timeout);
421 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT, 0, &s->d1->next_timeout);
491 BIO_ctrl(SSL_get_rbio(s), BIO_CTRL_DGRAM_GET_PEER, 0, &client);
ssl_lib.c 726 BIO *SSL_get_rbio(const SSL *s)
742 b=SSL_get_rbio(s);
797 SSL_set_bio(s,SSL_get_rbio(s),bio);
800 SSL_set_bio(s,SSL_get_rbio(s),SSL_get_rbio(s));
    [all...]
d1_pkt.c 902 bio=SSL_get_rbio(s);
998 bio=SSL_get_rbio(s);
    [all...]
s3_pkt.c     [all...]
d1_both.c 990 BIO_set_flags(SSL_get_rbio(s), BIO_FLAGS_READ);
    [all...]
  /external/openssl/apps/
s_cb.c 791 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer);
872 (void)BIO_dgram_get_peer(SSL_get_rbio(ssl), &peer);