Searched defs:npnProtocols (Results 1 – 4 of 4) sorted by relevance
70 private byte[] npnProtocols; field in OpenSSLSocketImpl1022 public void setNpnProtocols(byte[] npnProtocols) { in setNpnProtocols()
655 byte[] npnProtocols) in SSL_do_handshake()
2123 bool setCallbackState(JNIEnv* e, jobject shc, jobject fd, jbyteArray npnProtocols) { in setCallbackState()3185 unsigned char* npnProtocols = reinterpret_cast<unsigned char*>(appData->npnProtocolsData); in next_proto_select_callback() local3211 unsigned char* npnProtocols = reinterpret_cast<unsigned char*>(appData->npnProtocolsData); in next_protos_advertised_callback() local3265 jbyteArray npnProtocols) in NativeCrypto_SSL_do_handshake()
576 final int timeout, final boolean client, final Hooks hooks, final byte[] npnProtocols) { in handshake()