HomeSort by: relevance | last modified time | path
    Searched refs:DTLSv1_handle_timeout (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
ossl_shim.cc 686 int timeout_ret = DTLSv1_handle_timeout(ssl);
  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 2836 if (SSL_is_dtls(con) && DTLSv1_handle_timeout(con) > 0)
s_server.c 2566 if ((SSL_is_dtls(con)) && DTLSv1_handle_timeout(con) > 0)
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c 2885 if (SSL_is_dtls(con) && DTLSv1_handle_timeout(con) > 0)
s_server.c 2486 if ((SSL_is_dtls(con)) && DTLSv1_handle_timeout(con) > 0)
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h 1315 # define DTLSv1_handle_timeout(ssl) \
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in 1351 #define DTLSv1_handle_timeout(ssl) \
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in 1319 # define DTLSv1_handle_timeout(ssl) \
  /src/crypto/external/apache2/openssl/dist/apps/
s_server.c 2774 if ((SSL_is_dtls(con)) && DTLSv1_handle_timeout(con) > 0)
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 7581 * DTLSv1_handle_timeout returns 0 if the timer wasn't expired yet,
7582 * which we consider a success case. Theoretically DTLSv1_handle_timeout
7585 * here. Thus the only failure cases are where DTLSv1_handle_timeout
7588 return DTLSv1_handle_timeout(s) >= 0;

Completed in 31 milliseconds