Home
last modified time | relevance | path

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

/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLX509CRL.java303 final long x509RevokedRef = NativeCrypto.X509_CRL_get0_by_cert(mContext, this, in getRevokedCertificate() local
387 final long x509RevokedRef = NativeCrypto.X509_CRL_get0_by_cert(mContext, this, in isRevoked() local
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLX509CRL.java302 final long x509RevokedRef = NativeCrypto.X509_CRL_get0_by_cert(mContext, this, in getRevokedCertificate() local
386 final long x509RevokedRef = NativeCrypto.X509_CRL_get0_by_cert(mContext, this, in isRevoked() local
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc4104 jlong x509RevokedRef) { in NativeCrypto_X509_REVOKED_get_serialNumber()
4493 static jlong NativeCrypto_X509_REVOKED_get_ext(JNIEnv* env, jclass, jlong x509RevokedRef, in NativeCrypto_X509_REVOKED_get_ext()
4505 static jlong NativeCrypto_X509_REVOKED_dup(JNIEnv* env, jclass, jlong x509RevokedRef) { in NativeCrypto_X509_REVOKED_dup()
4522 jlong x509RevokedRef) { in NativeCrypto_get_X509_REVOKED_revocationDate()
4542 jlong x509RevokedRef) { in NativeCrypto_X509_REVOKED_print()
4636 static jbyteArray NativeCrypto_i2d_X509_REVOKED(JNIEnv* env, jclass, jlong x509RevokedRef) { in NativeCrypto_i2d_X509_REVOKED()
5743 static jbyteArray NativeCrypto_X509_REVOKED_get_ext_oid(JNIEnv* env, jclass, jlong x509RevokedRef, in NativeCrypto_X509_REVOKED_get_ext_oid()
5821 jlong x509RevokedRef, jint critical) { in NativeCrypto_get_X509_REVOKED_ext_oids()