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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/ocsp/
H A Docsp_cl.c311 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) argument
331 /* If maxsec specified check thisUpdate is not more than maxsec in the past */
332 if (maxsec >= 0)
334 t_tmp = t_now - maxsec;
H A Docsp.h449 long sec, long maxsec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_cl.c313 int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) argument
333 /* If maxsec specified check thisUpdate is not more than maxsec in the past */
334 if (maxsec >= 0)
336 t_tmp = t_now - maxsec;
H A Docsp.h442 long sec, long maxsec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Du14-34f.c1455 unsigned long maxsec = 0, minsec = ULONG_MAX, seek = 0, iseek = 0; local
1478 if (SCpnt->request->sector > maxsec) maxsec = SCpnt->request->sector;
1501 if (cursec > ((maxsec + minsec) / 2)) rev = TRUE;
1503 if (ioseek > ((maxsec - minsec) / 2)) rev = FALSE;
1524 else seeksorted += (iseek + maxsec - minsec) / 1024;
H A Deata.c2127 unsigned long maxsec = 0, minsec = ULONG_MAX, seek = 0, iseek = 0; local
2155 if (SCpnt->request->sector > maxsec)
2156 maxsec = SCpnt->request->sector;
2185 if (cursec > ((maxsec + minsec) / 2))
2188 if (ioseek > ((maxsec - minsec) / 2))
2228 seeksorted += (iseek + maxsec - minsec) / 1024;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Docsp.h449 long sec, long maxsec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Docsp.h442 long sec, long maxsec);

Completed in 92 milliseconds