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

  /external/boringssl/src/ssl/
d1_lib.cc 142 if (!DTLSv1_get_timeout(ssl, &timeleft)) {
197 int DTLSv1_get_timeout(const SSL *ssl, struct timeval *out) {
  /external/webrtc/webrtc/base/
openssladapter.cc 408 if (DTLSv1_get_timeout(ssl_, &timeout)) {
opensslstreamadapter.cc 828 if (DTLSv1_get_timeout(ssl_, &timeout)) {
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 336 // signals |SSL_ERROR_WANT_READ|, use |DTLSv1_get_timeout| to determine the
448 // |DTLSv1_get_timeout| and |DTLSv1_handle_timeout| as appropriate. See
553 // DTLSv1_get_timeout queries the next DTLS handshake timeout. If there is a
562 OPENSSL_EXPORT int DTLSv1_get_timeout(const SSL *ssl, struct timeval *out);
571 // |DTLSv1_get_timeout| will return an updated timeout.
    [all...]

Completed in 224 milliseconds