Home
last modified time | relevance | path

Searched refs:dtls1_get_timeout (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
H A Dd1_lib.c230 if (dtls1_get_timeout(s, (struct timeval *)parg) != NULL) { in dtls1_ctrl()
304 struct timeval *dtls1_get_timeout(SSL *s, struct timeval *timeleft) in dtls1_get_timeout() function
349 if (dtls1_get_timeout(s, &timeleft) == NULL) { in dtls1_is_timer_expired()
H A Dssl_local.h2623 __owur struct timeval *dtls1_get_timeout(SSL *s, struct timeval *timeleft);
/third_party/openssl/ssl/
H A Dd1_lib.c213 if (dtls1_get_timeout(s, (struct timeval *)parg) != NULL) { in dtls1_ctrl()
287 struct timeval *dtls1_get_timeout(SSL *s, struct timeval *timeleft) in dtls1_get_timeout() function
332 if (dtls1_get_timeout(s, &timeleft) == NULL) { in dtls1_is_timer_expired()
H A Dssl_local.h2567 __owur struct timeval *dtls1_get_timeout(SSL *s, struct timeval *timeleft);

Completed in 14 milliseconds