Home
last modified time | relevance | path

Searched refs:timeout_ret (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/ssl/
Dd1_pkt.cc150 int timeout_ret = DTLSv1_handle_timeout(ssl); in dtls1_get_record() local
151 if (timeout_ret <= 0) { in dtls1_get_record()
152 return timeout_ret; in dtls1_get_record()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc1246 int timeout_ret = DTLSv1_handle_timeout(ssl); in RetryAsync() local
1249 if (timeout_ret < 0) { in RetryAsync()