Searched refs:ASN1_TIME_cmp_time_t (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | asn1_time_test.c | 130 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(&atime, td->t), 0)) { in test_table() 154 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(&atime, gtime_t), td->cmp_result)) { in test_table() 165 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, td->t), 0)) { in test_table() 202 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, gtime_t), td->cmp_result)) { in test_table() 226 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, gtime_t), td->cmp_result)) { in test_table() 244 if (ptime != NULL && !TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, td->t), 0)) { in test_table()
|
H A D | time_offset_test.c | 99 ret = ASN1_TIME_cmp_time_t(&at, the_time); in test_offset()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | asn1_time_test.c | 130 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(&atime, td->t), 0)) { in test_table() 154 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(&atime, gtime_t), td->cmp_result)) { in test_table() 165 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, td->t), 0)) { in test_table() 202 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, gtime_t), td->cmp_result)) { in test_table() 226 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, gtime_t), td->cmp_result)) { in test_table() 244 if (ptime != NULL && !TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, td->t), 0)) { in test_table()
|
H A D | time_offset_test.c | 99 ret = ASN1_TIME_cmp_time_t(&at, the_time); in test_offset()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | ASN1_TIME_set.pod | 14 ASN1_TIME_cmp_time_t, ASN1_UTCTIME_cmp_time_t, 53 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t); 124 The ASN1_TIME_cmp_time_t() and ASN1_UTCTIME_cmp_time_t() functions compare 200 ASN1_TIME_cmp_time_t() and ASN1_UTCTIME_cmp_time_t() return -1 if B<s> is 246 The ASN1_TIME_cmp_time_t() function was added in OpenSSL 1.1.1.
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | ASN1_TIME_set.pod | 14 ASN1_TIME_cmp_time_t, ASN1_UTCTIME_cmp_time_t, 55 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t); 133 The ASN1_TIME_cmp_time_t() and ASN1_UTCTIME_cmp_time_t() functions compare 220 ASN1_TIME_cmp_time_t() and ASN1_UTCTIME_cmp_time_t() return -1 if I<s> is 270 The ASN1_TIME_cmp_time_t() function was added in OpenSSL 1.1.1.
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
H A D | a_time.c | 516 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t) in ASN1_TIME_cmp_time_t() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
H A D | a_time.c | 549 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t) in ASN1_TIME_cmp_time_t() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | asn1.h | 636 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | asn1.h.in | 685 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | crypto.map | 4139 ASN1_TIME_cmp_time_t;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libcrypto.num | 4379 ASN1_TIME_cmp_time_t 4324 1_1_1 EXIST::FUNCTION:
|