Searched refs:nsec (Results 1 – 4 of 4) sorted by relevance
/openssl/test/ |
H A D | lhash_test.c | 319 int nsec = (y->tv_usec - x->tv_usec) / 1000000 + 1; in timeval_subtract() local 320 y->tv_usec -= 1000000 * nsec; in timeval_subtract() 321 y->tv_sec += nsec; in timeval_subtract() 324 int nsec = (x->tv_usec - y->tv_usec) / 1000000; in timeval_subtract() local 325 y->tv_usec += 1000000 * nsec; in timeval_subtract() 326 y->tv_sec -= nsec; in timeval_subtract()
|
/openssl/crypto/ocsp/ |
H A D | ocsp_cl.c | 311 ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) in OCSP_check_validity() argument 322 t_tmp = t_now + nsec; in OCSP_check_validity() 349 t_tmp = t_now - nsec; in OCSP_check_validity()
|
/openssl/apps/ |
H A D | ocsp.c | 61 STACK_OF(OCSP_CERTID) *ids, long nsec, 251 long nsec = MAX_VALIDITY_PERIOD, maxage = -1; in ocsp_main() local 410 opt_long(opt_arg(), &nsec); in ocsp_main() 846 if (!print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage)) in ocsp_main() 968 STACK_OF(OCSP_CERTID) *ids, long nsec, in print_ocsp_summary() argument 999 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) { in print_ocsp_summary()
|
/openssl/doc/man1/ |
H A D | openssl-ocsp.pod.in | 285 =item B<-validity_period> I<nsec>, B<-status_age> I<age>
|
Completed in 12 milliseconds