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

/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp6862 * 1 is success. x509Out and pkeyOut should point to the correct private key and certificate.
6863 * 0 is unable to find key. x509Out and pkeyOut should be NULL.
6864 * -1 is error and it doesn't matter what x509Out and pkeyOut are.
6866 static int client_cert_cb(SSL* ssl, X509** x509Out, EVP_PKEY** pkeyOut) { argument
6867 JNI_TRACE("ssl=%p client_cert_cb x509Out=%p pkeyOut=%p", ssl, x509Out, pkeyOut);
6870 *x509Out = NULL;
6937 *x509Out = certificate;
6944 JNI_TRACE("ssl=%p client_cert_cb => *x509=%p *pkey=%p %d", ssl, *x509Out, *pkeyOut, result);

Completed in 95 milliseconds