Searched refs:X509_CRL_get0_nextUpdate (Results 1 – 7 of 7) sorted by relevance
64 if (X509_CRL_get0_nextUpdate(x)) in X509_CRL_print_ex()65 ASN1_TIME_print(out, X509_CRL_get0_nextUpdate(x)); in X509_CRL_print_ex()
96 const ASN1_TIME *X509_CRL_get0_nextUpdate(const X509_CRL *crl) in X509_CRL_get0_nextUpdate() function
1099 if (X509_CRL_get0_nextUpdate(crl)) { in check_crl_time()1100 i = X509_cmp_time(X509_CRL_get0_nextUpdate(crl), ptime); in check_crl_time()2162 if (!X509_CRL_set1_nextUpdate(crl, X509_CRL_get0_nextUpdate(newer))) { in X509_CRL_diff()
9 X509_CRL_get0_lastUpdate, X509_CRL_get0_nextUpdate, X509_CRL_set1_lastUpdate,32 const ASN1_TIME *X509_CRL_get0_nextUpdate(const X509_CRL *crl);64 X509_CRL_get0_lastUpdate() and X509_CRL_get0_nextUpdate() return the
340 if (X509_CRL_get0_nextUpdate(x)) in crl_main()341 ASN1_TIME_print_ex(bio_out, X509_CRL_get0_nextUpdate(x), dateopt); in crl_main()
756 const ASN1_TIME *X509_CRL_get0_nextUpdate(const X509_CRL *crl);
4055 X509_CRL_get0_nextUpdate 4147 3_0_0 EXIST::FUNCTION:
Completed in 47 milliseconds