HomeSort by relevance Sort by last modified time
    Searched refs:num_alerts (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/boringssl/src/include/openssl/
dtls1.h 156 unsigned int num_alerts; member in struct:dtls1_timeout_st
  /external/openssl/include/openssl/
dtls1.h 168 unsigned int num_alerts; member in struct:dtls1_timeout_st
  /external/openssl/ssl/
dtls1.h 168 unsigned int num_alerts; member in struct:dtls1_timeout_st
d1_lib.c 418 s->d1->timeout.num_alerts++;
421 if (s->d1->timeout.num_alerts > 2)
426 if (s->d1->timeout.num_alerts > DTLS1_TMO_ALERT_COUNT)
  /external/chromium_org/third_party/boringssl/src/ssl/
d1_lib.c 428 s->d1->timeout.num_alerts++;
431 if (s->d1->timeout.num_alerts > 2)
436 if (s->d1->timeout.num_alerts > DTLS1_TMO_ALERT_COUNT)

Completed in 54 milliseconds