Home | History | Annotate | Download | only in native

Lines Matching refs:cipherSuite

3041         ScopedLocalRef<jstring> cipherSuite(env,
3043 ScopedUtfChars c(env, cipherSuite.get());
3047 JNI_TRACE("ssl=%p NativeCrypto_SSL_set_cipher_lists cipherSuite=%s", ssl, c.c_str());