Searched refs:x509Out (Results 1 - 1 of 1) sorted by relevance

/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp7749 * 1 is success. x509Out and pkeyOut should point to the correct private key and certificate.
7750 * 0 is unable to find key. x509Out and pkeyOut should be NULL.
7751 * -1 is error and it doesn't matter what x509Out and pkeyOut are.
7753 static int client_cert_cb(SSL* ssl, X509** x509Out, EVP_PKEY** pkeyOut) { argument
7754 JNI_TRACE("ssl=%p client_cert_cb x509Out=%p pkeyOut=%p", ssl, x509Out, pkeyOut);
7757 *x509Out = NULL;
7830 *x509Out = certificate;
7837 JNI_TRACE("ssl=%p client_cert_cb => *x509=%p *pkey=%p %d", ssl, *x509Out, *pkeyOut, result);

Completed in 91 milliseconds