Searched refs:maxsec (Results 1 - 3 of 3) sorted by relevance

/external/openssl/crypto/ocsp/
H A Docsp_cl.c312 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) argument
332 /* If maxsec specified check thisUpdate is not more than maxsec in the past */
333 if (maxsec >= 0)
335 t_tmp = t_now - maxsec;
H A Docsp.h454 long sec, long maxsec);
/external/openssl/include/openssl/
H A Docsp.h454 long sec, long maxsec);

Completed in 79 milliseconds