Searched refs:X509_CRL_get_nextUpdate (Results 1 – 8 of 8) sorted by relevance
96 if (X509_CRL_get_nextUpdate(x)) in X509_CRL_print()97 ASN1_TIME_print(out, X509_CRL_get_nextUpdate(x)); in X509_CRL_print()
980 if (X509_CRL_get_nextUpdate(crl)) { in check_crl_time()981 i = X509_cmp_time(X509_CRL_get_nextUpdate(crl), ptime); in check_crl_time()1986 if (!X509_CRL_set_nextUpdate(crl, X509_CRL_get_nextUpdate(newer))) in X509_CRL_diff()
59 nextUpdate = toDate(NativeCrypto.X509_CRL_get_nextUpdate(mContext, this)); in OpenSSLX509CRL()
531 static native long X509_CRL_get_nextUpdate(long x509CrlCtx, OpenSSLX509CRL holder); in X509_CRL_get_nextUpdate() method in NativeCrypto
60 nextUpdate = toDate(NativeCrypto.X509_CRL_get_nextUpdate(mContext, this)); in OpenSSLX509CRL()
557 static native long X509_CRL_get_nextUpdate(long x509CrlCtx, OpenSSLX509CRL holder); in X509_CRL_get_nextUpdate() method in NativeCrypto
537 #define X509_CRL_get_nextUpdate(x) ((x)->crl->nextUpdate) macro
4631 ASN1_TIME* nextUpdate = X509_CRL_get_nextUpdate(crl); in NativeCrypto_X509_CRL_get_nextUpdate()10060 CONSCRYPT_NATIVE_METHOD(X509_CRL_get_nextUpdate, "(J" REF_X509_CRL ")J"),