Searched refs:DAYSECS (Results 1 – 2 of 2) sorted by relevance
581 #define DAYSECS (int64_t)(24 * 60 * 60) macro582 #define MONSECS (int64_t)(30 * DAYSECS)583 #define YEARSECS (int64_t)(365 * DAYSECS)605 llabs(((long long)elapsed % MONSECS) / DAYSECS), in fmt_time()606 llabs(((long long)elapsed % DAYSECS) / HOURSECS), in fmt_time()982 pubkey->expiry = get_16(&mem[off]) * DAYSECS; in read_pubkey()
958 #define DAYSECS (int64_t)(24 * 60 * 60) macro959 #define MONSECS (int64_t)(30 * DAYSECS)960 #define YEARSECS (int64_t)(365 * DAYSECS)988 llabs(((long long)elapsed % MONSECS) / DAYSECS), in fmt_time()989 llabs(((long long)elapsed % DAYSECS) / HOURSECS), in fmt_time()1375 pubkey->expiry = get_16(&mem[off]) * DAYSECS; in read_pubkey()