Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A DASN1_TIME_set.pod13 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))
/freebsd-13.1/crypto/openssl/crypto/asn1/
H A Da_time.c452 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()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dasn1.h593 int ASN1_TIME_diff(int *pday, int *psec,
/freebsd-13.1/crypto/openssl/crypto/x509/
H A Dx509_vfy.c1043 if (ASN1_TIME_diff(&day, &sec, X509_CRL_get0_lastUpdate(best_crl), in get_crl_sk()
1905 if (!ASN1_TIME_diff(&day, &sec, ctm, asn1_cmp_time)) in X509_cmp_time()
/freebsd-13.1/crypto/openssl/apps/
H A Dca.c1618 if (!ASN1_TIME_diff(&tdays, NULL, NULL, X509_get0_notAfter(ret))) in do_body()
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map131 ASN1_TIME_diff;
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile538 MLINKS+= ASN1_TIME_set.3 ASN1_TIME_diff.3
/freebsd-13.1/crypto/openssl/
H A DCHANGES2338 *) New function ASN1_TIME_diff to calculate the difference between two
3235 *) New functions OPENSSL_gmtime_diff and ASN1_TIME_diff to find the