Searched refs:x509crl (Results 1 – 1 of 1) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/ |
D | NativeCrypto.cpp | 3903 X509_CRL* x509crl = reinterpret_cast<X509_CRL*>(static_cast<uintptr_t>(x509crlRef)); in NativeCrypto_X509_CRL_get0_by_cert() local 3905 JNI_TRACE("X509_CRL_get0_by_cert(%p, %p)", x509crl, x509); in NativeCrypto_X509_CRL_get0_by_cert() 3907 if (x509crl == nullptr) { in NativeCrypto_X509_CRL_get0_by_cert() 3909 JNI_TRACE("X509_CRL_get0_by_cert(%p, %p) => x509crl == null", x509crl, x509); in NativeCrypto_X509_CRL_get0_by_cert() 3913 JNI_TRACE("X509_CRL_get0_by_cert(%p, %p) => x509 == null", x509crl, x509); in NativeCrypto_X509_CRL_get0_by_cert() 3918 int ret = X509_CRL_get0_by_cert(x509crl, &revoked, x509); in NativeCrypto_X509_CRL_get0_by_cert() 3920 JNI_TRACE("X509_CRL_get0_by_cert(%p, %p) => none", x509crl, x509); in NativeCrypto_X509_CRL_get0_by_cert() 3924 JNI_TRACE("X509_CRL_get0_by_cert(%p, %p) => %p", x509crl, x509, revoked); in NativeCrypto_X509_CRL_get0_by_cert() 3929 X509_CRL* x509crl = reinterpret_cast<X509_CRL*>(static_cast<uintptr_t>(x509crlRef)); in NativeCrypto_X509_CRL_get0_by_serial() local 3930 JNI_TRACE("X509_CRL_get0_by_serial(%p, %p)", x509crl, serialArray); in NativeCrypto_X509_CRL_get0_by_serial() [all …]
|