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

  /external/boringssl/src/ssl/
ssl_lib.cc 418 // |ssl| arg from |current_time_cb| if possible.
424 if (ctx->current_time_cb != NULL) {
425 // TODO(davidben): Update current_time_cb to use OPENSSL_timeval. See
428 ctx->current_time_cb(nullptr /* ssl */, &clock);
    [all...]
internal.h 2128 void (*current_time_cb)(const SSL *ssl, struct timeval *out_clock); member in struct:bssl::SSLContext
    [all...]

Completed in 587 milliseconds