Home
last modified time | relevance | path

Searched refs:ASN1_TIME_diff (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dasn1_time_test.c186 if (!TEST_true(ASN1_TIME_diff(&day, &sec, &atime, &atime))) { in test_table()
195 if (!TEST_true(ASN1_TIME_diff(&day, &sec, &gtime, &atime))) { in test_table()
249 …if (!TEST_true(ASN1_TIME_diff(&day, &sec, ptime, &atime)) || !TEST_int_eq(day, 0) || !TEST_int_eq(… in test_table()
273 …if (!TEST_true(ASN1_TIME_diff(&day, &sec, ptime, &atime)) || !TEST_int_eq(day, 0) || !TEST_int_eq(… in test_table()
H A Dtime_offset_test.c79 if (!TEST_true(ASN1_TIME_diff(&day, &sec, &the_asn1_time, &at))) { in test_offset()
/freebsd/crypto/openssl/doc/man3/
H A DASN1_TIME_set.pod13 ASN1_TIME_diff,
52 int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from,
123 ASN1_TIME_diff() sets I<*pday> and I<*psec> to the time difference between
221 ASN1_TIME_diff() returns 1 for success and 0 for failure. It can fail if the
259 if (!ASN1_TIME_diff(&day, &sec, NULL, to))
/freebsd/crypto/openssl/crypto/asn1/
H A Da_time.c458 int ASN1_TIME_diff(int *pday, int *psec, in ASN1_TIME_diff() function
581 if (!ASN1_TIME_diff(&day, &sec, b, a)) in ASN1_TIME_compare()
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c1205 if (ASN1_TIME_diff(&day, &sec, X509_CRL_get0_lastUpdate(best_crl), in get_crl_sk()
2066 if (ASN1_TIME_diff(&day, &sec, ctm, asn1_cmp_time) == 0) in X509_cmp_time()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h753 int ASN1_TIME_diff(int *pday, int *psec,
H A Dasn1.h.in634 int ASN1_TIME_diff(int *pday, int *psec,
/freebsd/crypto/openssl/apps/
H A Dca.c1676 if (!ASN1_TIME_diff(&tdays, NULL, NULL, X509_get0_notAfter(ret))) in do_body()
/freebsd/secure/lib/libcrypto/
H A DVersion.map131 ASN1_TIME_diff;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile738 MLINKS+= ASN1_TIME_set.3 ASN1_TIME_diff.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num2299 ASN1_TIME_diff 2349 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md6341 * New function ASN1_TIME_diff to calculate the difference between two
7897 * New functions OPENSSL_gmtime_diff and ASN1_TIME_diff to find the