Home
last modified time | relevance | path

Searched defs:x509RevokedRef (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLX509CRL.java307 final long x509RevokedRef = NativeCrypto.X509_CRL_get0_by_cert(mContext, this, in getRevokedCertificate() local
395 final long x509RevokedRef = NativeCrypto.X509_CRL_get0_by_cert(mContext, this, in isRevoked() local
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLX509CRL.java309 final long x509RevokedRef = NativeCrypto.X509_CRL_get0_by_cert(mContext, this, in getRevokedCertificate() local
397 final long x509RevokedRef = NativeCrypto.X509_CRL_get0_by_cert(mContext, this, in isRevoked() local
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc4438 jlong x509RevokedRef) { in NativeCrypto_X509_REVOKED_get_serialNumber()
4973 static jlong NativeCrypto_X509_REVOKED_get_ext(JNIEnv* env, jclass, jlong x509RevokedRef, in NativeCrypto_X509_REVOKED_get_ext()
4985 static jlong NativeCrypto_X509_REVOKED_dup(JNIEnv* env, jclass, jlong x509RevokedRef) { in NativeCrypto_X509_REVOKED_dup()
5002 jlong x509RevokedRef) { in NativeCrypto_get_X509_REVOKED_revocationDate()
5023 jlong x509RevokedRef) { in NativeCrypto_X509_REVOKED_print()
5129 static jbyteArray NativeCrypto_i2d_X509_REVOKED(JNIEnv* env, jclass, jlong x509RevokedRef) { in NativeCrypto_i2d_X509_REVOKED()
6308 static jbyteArray NativeCrypto_X509_REVOKED_get_ext_oid(JNIEnv* env, jclass, jlong x509RevokedRef, in NativeCrypto_X509_REVOKED_get_ext_oid()
6389 jlong x509RevokedRef, jint critical) { in NativeCrypto_get_X509_REVOKED_ext_oids()