Home
last modified time | relevance | path

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

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLX509CRL.java293 final long x509RevokedRef = NativeCrypto.X509_CRL_get0_by_cert(mContext, in getRevokedCertificate() local
369 final long x509RevokedRef = NativeCrypto.X509_CRL_get0_by_cert(mContext, in isRevoked() local
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp3789 … jbyteArray NativeCrypto_X509_REVOKED_get_serialNumber(JNIEnv* env, jclass, jlong x509RevokedRef) { in NativeCrypto_X509_REVOKED_get_serialNumber()
4145 static jlong NativeCrypto_X509_REVOKED_get_ext(JNIEnv* env, jclass, jlong x509RevokedRef, in NativeCrypto_X509_REVOKED_get_ext()
4155 static jlong NativeCrypto_X509_REVOKED_dup(JNIEnv* env, jclass, jlong x509RevokedRef) { in NativeCrypto_X509_REVOKED_dup()
4170 static jlong NativeCrypto_get_X509_REVOKED_revocationDate(JNIEnv* env, jclass, jlong x509RevokedRef in NativeCrypto_get_X509_REVOKED_revocationDate()
4188 static void NativeCrypto_X509_REVOKED_print(JNIEnv* env, jclass, jlong bioRef, jlong x509RevokedRef in NativeCrypto_X509_REVOKED_print()
4276 static jbyteArray NativeCrypto_i2d_X509_REVOKED(JNIEnv* env, jclass, jlong x509RevokedRef) { in NativeCrypto_i2d_X509_REVOKED()
5189 static jbyteArray NativeCrypto_X509_REVOKED_get_ext_oid(JNIEnv* env, jclass, jlong x509RevokedRef, in NativeCrypto_X509_REVOKED_get_ext_oid()
5255 …atic jobjectArray NativeCrypto_get_X509_REVOKED_ext_oids(JNIEnv* env, jclass, jlong x509RevokedRef, in NativeCrypto_get_X509_REVOKED_ext_oids()