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

  /external/boringssl/src/ssl/
ssl_lib.cc 321 ctx->handshakes_since_cache_flush++;
322 if (ctx->handshakes_since_cache_flush >= 255) {
324 ctx->handshakes_since_cache_flush = 0;
    [all...]
internal.h 1944 int handshakes_since_cache_flush; member in struct:bssl::SSLContext
    [all...]

Completed in 274 milliseconds