Searched refs:ASN1_TIME_diff (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/test/ |
D | asn1_time_test.c | 135 if (!TEST_true(ASN1_TIME_diff(&day, &sec, &atime, &atime))) { in test_table() 144 if (!TEST_true(ASN1_TIME_diff(&day, &sec, >ime, &atime))) { in test_table() 198 …if (!TEST_true(ASN1_TIME_diff(&day, &sec, ptime, &atime)) || !TEST_int_eq(day, 0) || !TEST_int_eq(… in test_table() 222 …if (!TEST_true(ASN1_TIME_diff(&day, &sec, ptime, &atime)) || !TEST_int_eq(day, 0) || !TEST_int_eq(… in test_table()
|
D | time_offset_test.c | 79 if (!TEST_true(ASN1_TIME_diff(&day, &sec, &the_asn1_time, &at))) { in test_offset()
|
/third_party/openssl/doc/man3/ |
D | ASN1_TIME_set.pod | 13 ASN1_TIME_diff, 50 int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from, 114 ASN1_TIME_diff() sets B<*pday> and B<*psec> to the time difference between 197 ASN1_TIME_diff() returns 1 for success and 0 for failure. It can fail if the 231 if (!ASN1_TIME_diff(&day, &sec, NULL, to))
|
/third_party/mindspore/mindspore/ccsrc/ps/core/ |
D | comm_util.cc | 217 if (!ASN1_TIME_diff(&day, &sec, start, NULL)) { in VerifyCertTime() 229 if (!ASN1_TIME_diff(&day, &sec, NULL, end)) { in VerifyCertTime()
|
/third_party/openssl/crypto/asn1/ |
D | a_time.c | 452 int ASN1_TIME_diff(int *pday, int *psec, in ASN1_TIME_diff() function 551 if (!ASN1_TIME_diff(&day, &sec, b, a)) in ASN1_TIME_compare()
|
/third_party/openssl/include/openssl/ |
D | asn1.h | 593 int ASN1_TIME_diff(int *pday, int *psec,
|
/third_party/openssl/crypto/x509/ |
D | x509_vfy.c | 1043 if (ASN1_TIME_diff(&day, &sec, X509_CRL_get0_lastUpdate(best_crl), in get_crl_sk() 1912 if (!ASN1_TIME_diff(&day, &sec, ctm, asn1_cmp_time)) in X509_cmp_time()
|
/third_party/openssl/apps/ |
D | ca.c | 1618 if (!ASN1_TIME_diff(&tdays, NULL, NULL, X509_get0_notAfter(ret))) in do_body()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 690 #define ASN1_TIME_diff BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, ASN1_TIME_diff) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 2378 ASN1_TIME_diff 2349 1_1_0 EXIST::FUNCTION:
|
/third_party/openssl/ |
D | CHANGES | 2442 *) New function ASN1_TIME_diff to calculate the difference between two 3339 *) New functions OPENSSL_gmtime_diff and ASN1_TIME_diff to find the
|