Searched refs:X509_CRL_get0_nextUpdate (Results 1 – 8 of 8) 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
1000 if (X509_CRL_get0_nextUpdate(crl)) { in check_crl_time()1001 i = X509_cmp_time(X509_CRL_get0_nextUpdate(crl), ptime); in check_crl_time()2043 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
288 if (X509_CRL_get0_nextUpdate(x)) in crl_main()289 ASN1_TIME_print(bio_out, X509_CRL_get0_nextUpdate(x)); in crl_main()
729 const ASN1_TIME *X509_CRL_get0_nextUpdate(const X509_CRL *crl);
2244 #define X509_CRL_get0_nextUpdate BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, X509_CRL_get0_nextUpdate) macro
4196 X509_CRL_get0_nextUpdate 4147 1_1_0 EXIST::FUNCTION: