Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dx509_time_test.c23 time_t cmp_time; member
24 /* -1 if asn1_time <= cmp_time, 1 if asn1_time > cmp_time, 0 if error. */
267 result = X509_cmp_time(&t, &x509_cmp_tests[idx].cmp_time); in test_x509_cmp_time()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_vfy.c1856 int X509_cmp_time(const ASN1_TIME *ctm, time_t *cmp_time) in X509_cmp_time() argument
1909 asn1_cmp_time = X509_time_adj(NULL, 0, cmp_time); in X509_cmp_time()
/third_party/openssl/crypto/x509/
H A Dx509_vfy.c1858 int X509_cmp_time(const ASN1_TIME *ctm, time_t *cmp_time) in X509_cmp_time() argument
1911 asn1_cmp_time = X509_time_adj(NULL, 0, cmp_time); in X509_cmp_time()

Completed in 10 milliseconds