Home | History | Annotate | Download | only in native

Lines Matching defs:authMethod

5753     const char* authMethod = SSL_authentication_method(ssl);
5754 JNI_TRACE("ssl=%p cert_verify_callback calling verifyCertificateChain authMethod=%s",
5755 ssl, authMethod);
5756 jstring authMethodString = env->NewStringUTF(authMethod);