Home
last modified time | relevance | path

Searched refs:TIME_IMPL (Results 1 – 4 of 4) sorted by relevance

/openssl/fuzz/
H A Dclient.c26 #define TIME_IMPL(t) { if (t != NULL) *t = FUZZTIME; return FUZZTIME; } macro
36 time_t time(time_t *t) TIME_IMPL(t) in time()
H A Ddtlsclient.c26 #define TIME_IMPL(t) { if (t != NULL) *t = FUZZTIME; return FUZZTIME; } macro
36 time_t time(time_t *t) TIME_IMPL(t) in time()
H A Ddtlsserver.c558 #define TIME_IMPL(t) { if (t != NULL) *t = FUZZTIME; return FUZZTIME; } macro
568 time_t time(time_t *t) TIME_IMPL(t) in time()
H A Dserver.c479 #define TIME_IMPL(t) { if (t != NULL) *t = FUZZTIME; return FUZZTIME; } macro
489 time_t time(time_t *t) TIME_IMPL(t) in time()

Completed in 15 milliseconds