Searched defs:nsec (Results 1 – 3 of 3) sorted by relevance
319 int nsec = (y->tv_usec - x->tv_usec) / 1000000 + 1; in timeval_subtract() local324 int nsec = (x->tv_usec - y->tv_usec) / 1000000; in timeval_subtract() local
311 ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) in OCSP_check_validity()
251 long nsec = MAX_VALIDITY_PERIOD, maxage = -1; in ocsp_main() local968 STACK_OF(OCSP_CERTID) *ids, long nsec, in print_ocsp_summary()
Completed in 29 milliseconds