Searched refs:SSL_get_npn_negotiated_protocol (Results 1 – 4 of 4) sorted by relevance
1210 return NativeCrypto.SSL_get_npn_negotiated_protocol(sslNativePointer); in getNpnSelectedProtocol()
1082 public static native byte[] SSL_get_npn_negotiated_protocol(long sslNativePointer); in SSL_get_npn_negotiated_protocol() method in NativeCrypto
1803 byte[] negotiated = NativeCrypto.SSL_get_npn_negotiated_protocol(ssl); in test_SSL_NpnNegotiateSuccess()1819 byte[] negotiated = NativeCrypto.SSL_get_npn_negotiated_protocol(ssl); in test_SSL_NpnNegotiateSuccess()
10873 NATIVE_METHOD(NativeCrypto, SSL_get_npn_negotiated_protocol, "(J)[B"),