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

/external/boringssl/src/ssl/
H A Dd1_lib.c293 if (ssl->ctx->current_time_cb != NULL) {
294 ssl->ctx->current_time_cb(ssl, out_clock);
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc444 ssl_ctx->current_time_cb = CurrentTimeCallback;
/external/boringssl/include/openssl/
H A Dssl.h1092 /* current_time_cb, if not NULL, is the function to use to get the current
1094 void (*current_time_cb)(const SSL *ssl, struct timeval *out_clock); member in struct:ssl_ctx_st
/external/boringssl/src/include/openssl/
H A Dssl.h1092 /* current_time_cb, if not NULL, is the function to use to get the current
1094 void (*current_time_cb)(const SSL *ssl, struct timeval *out_clock); member in struct:ssl_ctx_st

Completed in 39 milliseconds