/third_party/openssl/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() 131 TEST_info("ASN1_TIME_cmp_time_t(%s vs %ld) compare failed", atime.data, (long)td->t); in test_table() 154 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(&atime, gtime_t), td->cmp_result)) { in test_table() 155 TEST_info("ASN1_TIME_cmp_time_t(%s) to baseline bad comparison", atime.data); 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() 203 TEST_info("ASN1_TIME_cmp_time_t(%s) after ASN1_TIME_set_string_gnt() to baseline bad comparison", td->data); in test_table() 226 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, gtime_t), td->cmp_result)) { in test_table() 227 TEST_info("ASN1_TIME_cmp_time_t(%s) after ASN1_TIME_set_string() to baseline bad comparison", td->data); in test_table() 244 if (ptime != NULL && !TEST_int_eq(ASN1_TIME_cmp_time_t(ptim in test_table() [all...] |
H A D | time_offset_test.c | 99 ret = ASN1_TIME_cmp_time_t(&at, the_time); in test_offset()
|
/third_party/node/deps/openssl/openssl/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
|
/third_party/openssl/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
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | asn1.h | 636 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | asn1.h | 852 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | asn1.h | 852 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | asn1.h | 852 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | asn1.h | 852 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | asn1.h | 852 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | asn1.h | 852 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | asn1.h | 852 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | asn1.h | 852 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | asn1.h | 852 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | asn1.h | 852 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | asn1.h | 852 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | asn1.h | 852 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | asn1.h | 852 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | asn1.h | 852 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | asn1.h | 852 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/ |
H A D | asn1.h | 852 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
H A D | asn1.h | 852 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | asn1.h | 852 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/ |
H A D | asn1.h | 852 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/ |
H A D | asn1.h | 852 int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t);
|