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

/external/chromium_org/net/third_party/nss/ssl/
H A Ddtlscon.c262 if (ss->ssl3.hs.rtRetries == 0) {
428 if (ss->ssl3.hs.rtRetries == 0) {
527 ss->ssl3.hs.rtRetries = 0;
546 ss->ssl3.hs.rtRetries++;
548 if (!(ss->ssl3.hs.rtRetries % 3)) {
H A Dsslimpl.h977 PRUint32 rtRetries; /* The retry counter */ member in struct:SSL3HandshakeStateStr
H A Dssl3con.c12391 ss->ssl3.hs.rtRetries = 0;

Completed in 4046 milliseconds