Home
last modified time | relevance | path

Searched refs:x509crlRef (Results 1 – 1 of 1) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc4234 static jlong NativeCrypto_X509_CRL_get0_by_cert(JNIEnv* env, jclass, jlong x509crlRef, CONSCRYPT_UN… in NativeCrypto_X509_CRL_get0_by_cert() argument
4237 X509_CRL* x509crl = reinterpret_cast<X509_CRL*>(static_cast<uintptr_t>(x509crlRef)); in NativeCrypto_X509_CRL_get0_by_cert()
4262 static jlong NativeCrypto_X509_CRL_get0_by_serial(JNIEnv* env, jclass, jlong x509crlRef, CONSCRYPT_… in NativeCrypto_X509_CRL_get0_by_serial() argument
4265 X509_CRL* x509crl = reinterpret_cast<X509_CRL*>(static_cast<uintptr_t>(x509crlRef)); in NativeCrypto_X509_CRL_get0_by_serial()