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

  /external/tlsdate/src/
tlsdate-helper-plan9.h 58 #ifndef MAX_REASONABLE_TIME
59 #define MAX_REASONABLE_TIME (uint32_t) 1999991337
tlsdate-helper.h 67 #ifndef MAX_REASONABLE_TIME
68 #define MAX_REASONABLE_TIME 1999991337L
tlsdate-helper-plan9.c 235 // the latest compiled_time and isn't above max_reasonable_time...
239 uint32_t max_reasonable_time = MAX_REASONABLE_TIME; local
245 ntohl(server_time) < max_reasonable_time)
784 uint32_t max_reasonable_time = MAX_REASONABLE_TIME; local
787 server_time < max_reasonable_time)
    [all...]
tlsdate-helper.c 368 // the latest compiled_time and isn't above max_reasonable_time...
371 uint32_t max_reasonable_time = MAX_REASONABLE_TIME; local
377 ntohl(server_time) < max_reasonable_time)
921 uint32_t max_reasonable_time = MAX_REASONABLE_TIME; local
924 server_time < max_reasonable_time)
    [all...]

Completed in 193 milliseconds