Home
last modified time | relevance | path

Searched refs:maxsec (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/doc/man3/
DOCSP_resp_find_status.pod52 long sec, long maxsec);
112 leeway should be allowed in the check. If I<maxsec> is positive it indicates
176 if I<maxsec> >= 0, the current time - I<maxsec> is not past I<nextupd>.
190 account for clock skew the I<maxsec> field can be set to nonzero in
193 I<maxsec> parameter to OCSP_check_validity() can be used to limit the permitted
/third_party/openssl/crypto/ocsp/
Docsp_cl.c311 ASN1_GENERALIZEDTIME *nextupd, long nsec, long maxsec) in OCSP_check_validity() argument
332 if (maxsec >= 0) { in OCSP_check_validity()
333 t_tmp = t_now - maxsec; in OCSP_check_validity()
/third_party/rust/crates/rust-openssl/openssl/src/
Docsp.rs132 pub fn check_validity(&self, nsec: u32, maxsec: Option<u32>) -> Result<(), ErrorStack> { in check_validity()
138 maxsec.map(|n| n as c_long).unwrap_or(-1), in check_validity()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Docsp.rs38 maxsec: c_long, in OCSP_check_validity()
/third_party/openssl/ohos_lite/include/openssl/
Docsp.h224 ASN1_GENERALIZEDTIME *nextupd, long sec, long maxsec);
/third_party/openssl/include/openssl/
Docsp.h.in255 ASN1_GENERALIZEDTIME *nextupd, long sec, long maxsec);