Lines Matching defs:time
13 #include <time.h>
1791 * asked for because it does not add any security and just wastes time.
1871 * Note that ASN.1 allows much more slack in the time format than RFC5280.
1929 * Return 0 if time should not be checked or reference time is in range,
1936 time_t *time = NULL;
1941 time = &ref_time;
1944 } /* else reference time is the current time */
1946 if (end != NULL && X509_cmp_time(end, time) < 0)
1948 if (start != NULL && X509_cmp_time(start, time) > 0)
1971 time(&t);
2786 * Each time we hit a (new selector or) mtype, re-compute the relevant
3211 * do that, by repeatedly losing one untrusted element at a time,