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

/external/boringssl/src/ssl/
H A Dd1_lib.c174 int DTLSv1_get_timeout(const SSL *ssl, struct timeval *out) { function
218 if (!DTLSv1_get_timeout(s, &timeleft)) {
/external/boringssl/include/openssl/
H A Dssl.h1667 /* DTLSv1_get_timeout queries the next DTLS handshake timeout. If there is a
1676 OPENSSL_EXPORT int DTLSv1_get_timeout(const SSL *ssl, struct timeval *out);
1685 * |DTLSv1_get_timeout| will return an updated timeout.
2536 #define DTLSv1_get_timeout DTLSv1_get_timeout macro
/external/boringssl/src/include/openssl/
H A Dssl.h1667 /* DTLSv1_get_timeout queries the next DTLS handshake timeout. If there is a
1676 OPENSSL_EXPORT int DTLSv1_get_timeout(const SSL *ssl, struct timeval *out);
1685 * |DTLSv1_get_timeout| will return an updated timeout.
2536 #define DTLSv1_get_timeout DTLSv1_get_timeout macro

Completed in 760 milliseconds