Searched refs:out_clock (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/src/ssl/
H A Dd1_lib.c84 static void get_current_time(const SSL *ssl, struct timeval *out_clock);
292 static void get_current_time(const SSL *ssl, struct timeval *out_clock) { argument
294 ssl->ctx->current_time_cb(ssl, out_clock);
301 out_clock->tv_sec = time.time;
302 out_clock->tv_usec = time.millitm * 1000;
304 gettimeofday(out_clock, NULL);
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc289 static void CurrentTimeCallback(const SSL *ssl, timeval *out_clock) { argument
290 *out_clock = GetTestState(ssl)->clock;
/external/boringssl/include/openssl/
H A Dssl.h1093 * time. It sets |*out_clock| to the current time. */
1094 void (*current_time_cb)(const SSL *ssl, struct timeval *out_clock);
/external/boringssl/src/include/openssl/
H A Dssl.h1093 * time. It sets |*out_clock| to the current time. */
1094 void (*current_time_cb)(const SSL *ssl, struct timeval *out_clock);

Completed in 114 milliseconds