OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DTLSv1_get_timeout
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/ssl/
d1_lib.cc
142
if (!
DTLSv1_get_timeout
(ssl, &timeleft)) {
197
int
DTLSv1_get_timeout
(const SSL *ssl, struct timeval *out) {
/external/boringssl/src/include/openssl/
ssl.h
336
// signals |SSL_ERROR_WANT_READ|, use |
DTLSv1_get_timeout
| to determine the
448
// |
DTLSv1_get_timeout
| and |DTLSv1_handle_timeout| as appropriate. See
553
//
DTLSv1_get_timeout
queries the next DTLS handshake timeout. If there is a
562
OPENSSL_EXPORT int
DTLSv1_get_timeout
(const SSL *ssl, struct timeval *out);
571
// |
DTLSv1_get_timeout
| will return an updated timeout.
[
all
...]
Completed in 149 milliseconds