Searched refs:x509_store_ctx (Results 1 – 1 of 1) sorted by relevance
7664 static int cert_verify_callback(X509_STORE_CTX* x509_store_ctx, void* arg __attribute__ ((unused))) argument7667 SSL* ssl = reinterpret_cast<SSL*>(X509_STORE_CTX_get_ex_data(x509_store_ctx,7669 JNI_TRACE("ssl=%p cert_verify_callback x509_store_ctx=%p arg=%p", ssl, x509_store_ctx, arg);7684 jlongArray refArray = getCertificateRefs(env, x509_store_ctx->untrusted);