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

/freebsd-11-stable/contrib/apr-util/crypto/
H A Dgetuuid.c146 static void get_current_time(apr_uint64_t *timestamp) function
189 get_current_time(&timestamp);
/freebsd-11-stable/crypto/openssl/ssl/
H A Dd1_lib.c69 static void get_current_time(struct timeval *t);
391 get_current_time(&(s->d1->next_timeout));
409 get_current_time(&timenow);
529 static void get_current_time(struct timeval *t) function
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_dgram.c126 static void get_current_time(struct timeval *t);
302 get_current_time(&timenow);
2053 static void get_current_time(struct timeval *t) function
/freebsd-11-stable/crypto/openssh/
H A Dclientloop.c249 get_current_time(void) function
1544 start_time = get_current_time();
1785 total_time = get_current_time() - start_time;

Completed in 92 milliseconds