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()
89 const ASN1_TIME *X509_CRL_get0_nextUpdate(const X509_CRL *crl) in X509_CRL_get0_nextUpdate() function
1036 if (X509_CRL_get0_nextUpdate(crl)) { in check_crl_time()1037 i = X509_cmp_time(X509_CRL_get0_nextUpdate(crl), ptime); in check_crl_time()2067 if (!X509_CRL_set1_nextUpdate(crl, X509_CRL_get0_nextUpdate(newer))) in X509_CRL_diff()
7 X509_CRL_get0_lastUpdate, X509_CRL_get0_nextUpdate, X509_CRL_set1_lastUpdate,24 const ASN1_TIME *X509_CRL_get0_nextUpdate(const X509_CRL *crl);46 X509_CRL_get0_lastUpdate() and X509_CRL_get0_nextUpdate() return the
341 if (X509_CRL_get0_nextUpdate(x)) in crl_main()342 ASN1_TIME_print_ex(bio_out, X509_CRL_get0_nextUpdate(x), dateopt); in crl_main()
736 const ASN1_TIME *X509_CRL_get0_nextUpdate(const X509_CRL *crl);
4055 X509_CRL_get0_nextUpdate 4147 3_0_0 EXIST::FUNCTION:
Completed in 25 milliseconds