Home
last modified time | relevance | path

Searched refs:DTLSv1_get_timeout (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h1313 # define DTLSv1_get_timeout(ssl, arg) \ macro
/freebsd-13.1/crypto/openssl/apps/
H A Ds_client.c2774 if (SSL_is_dtls(con) && DTLSv1_get_timeout(con, &timeout)) in s_client_main()
H A Ds_server.c2458 if (SSL_is_dtls(con) && DTLSv1_get_timeout(con, &timeout)) in sv_body()