Searched refs:X509_CRL_get_lastUpdate (Results 1 – 7 of 7) sorted by relevance
99 ASN1_TIME_print(out,X509_CRL_get_lastUpdate(x)); in X509_CRL_print()
911 i=X509_cmp_time(X509_CRL_get_lastUpdate(crl), ptime); in check_crl_time()1994 if (!X509_CRL_set_lastUpdate(crl, X509_CRL_get_lastUpdate(newer))) in X509_CRL_diff()
262 NativeCrypto.ASN1_TIME_to_Calendar(NativeCrypto.X509_CRL_get_lastUpdate(mContext), in getThisUpdate()
531 public static native long X509_CRL_get_lastUpdate(long x509CrlCtx); in X509_CRL_get_lastUpdate() method in NativeCrypto
574 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate) macro
834 ASN1_UTCTIME_print(bio, X509_CRL_get_lastUpdate(crl)); in crl_callback()
6250 ASN1_TIME* lastUpdate = X509_CRL_get_lastUpdate(crl);10780 NATIVE_METHOD(NativeCrypto, X509_CRL_get_lastUpdate, "(J)J"),