Home
last modified time | relevance | path

Searched refs:cmp_time (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/doc/crypto/
HDX509_cmp_time.pod9 X509_cmp_time(const ASN1_TIME *asn1_time, time_t *cmp_time);
14 <cmp_time>.
19 If B<cmp_time> is NULL the current time is used.
28 B<cmp_time>, and 1 otherwise. It returns 0 on error.
/freebsd-11-stable/crypto/openssl/crypto/x509/
HDx509_vfy.c1938 int X509_cmp_time(const ASN1_TIME *ctm, time_t *cmp_time) in X509_cmp_time() argument
1986 asn1_cmp_time = X509_time_adj(NULL, 0, cmp_time); in X509_cmp_time()