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

/external/boringssl/src/ssl/
H A Dssl_lib.c1779 ctx->handshakes_since_cache_flush++;
1780 if (ctx->handshakes_since_cache_flush >= 255) {
1782 ctx->handshakes_since_cache_flush = 0;
/external/boringssl/include/openssl/
H A Dssl.h3507 /* handshakes_since_cache_flush is the number of successful handshakes since
3509 int handshakes_since_cache_flush; member in struct:ssl_ctx_st
/external/boringssl/src/include/openssl/
H A Dssl.h3507 /* handshakes_since_cache_flush is the number of successful handshakes since
3509 int handshakes_since_cache_flush; member in struct:ssl_ctx_st

Completed in 83 milliseconds