Home
last modified time | relevance | path

Searched refs:DTLSv1_handle_timeout (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/util/
H A Dmissingmacro.txt135 DTLSv1_handle_timeout(3)
H A Dmissingmacro111.txt177 DTLSv1_handle_timeout(3)
/freebsd/crypto/openssl/apps/
H A Ds_client.c2836 if (SSL_is_dtls(con) && DTLSv1_handle_timeout(con) > 0) in s_client_main()
H A Ds_server.c2566 if ((SSL_is_dtls(con)) && DTLSv1_handle_timeout(con) > 0) in sv_body()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1391 # define DTLSv1_handle_timeout(ssl) \ macro
H A Dssl.h.in1319 # define DTLSv1_handle_timeout(ssl) \ macro