/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/ |
D | ChannelManager.java | 783 public void msgChannelExtendedData(byte[] msg, int msglen) throws IOException in msgChannelExtendedData() 1061 public void msgChannelData(byte[] msg, int msglen) throws IOException in msgChannelData() 1101 public void msgChannelWindowAdjust(byte[] msg, int msglen) throws IOException in msgChannelWindowAdjust() 1132 public void msgChannelOpen(byte[] msg, int msglen) throws IOException in msgChannelOpen() 1250 public void msgChannelRequest(byte[] msg, int msglen) throws IOException in msgChannelRequest() 1336 public void msgChannelEOF(byte[] msg, int msglen) throws IOException in msgChannelEOF() 1358 public void msgChannelClose(byte[] msg, int msglen) throws IOException in msgChannelClose() 1386 public void msgChannelSuccess(byte[] msg, int msglen) throws IOException in msgChannelSuccess() 1408 public void msgChannelFailure(byte[] msg, int msglen) throws IOException in msgChannelFailure() 1430 public void msgChannelOpenConfirmation(byte[] msg, int msglen) throws IOException in msgChannelOpenConfirmation() [all …]
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/ |
D | MessageHandler.java | 17 public void handleMessage(byte[] msg, int msglen) throws IOException; in handleMessage()
|
D | KexManager.java | 379 public synchronized void handleMessage(byte[] msg, int msglen) throws IOException in handleMessage()
|
D | TransportManager.java | 717 int msglen; in receiveLoop() local
|
/external/ppp/pppd/ |
D | upap.c | 382 int msglen; local 475 u_char msglen; local 516 u_char msglen; local 584 upap_sresp(u, code, id, msg, msglen) in upap_sresp() argument
|
D | eap.c | 1050 int msglen; local 1081 int msglen; local 1117 int msglen; local 1148 int msglen; local 1176 int msglen; local
|
/external/dropbear/libtomcrypt/src/pk/pkcs1/ |
D | pkcs_1_v1_5_decode.c | 33 unsigned long msglen, in pkcs_1_v1_5_decode()
|
D | pkcs_1_v1_5_encode.c | 34 unsigned long msglen, in pkcs_1_v1_5_encode()
|
D | pkcs_1_oaep_decode.c | 33 int pkcs_1_oaep_decode(const unsigned char *msg, unsigned long msglen, in pkcs_1_oaep_decode()
|
D | pkcs_1_oaep_encode.c | 34 int pkcs_1_oaep_encode(const unsigned char *msg, unsigned long msglen, in pkcs_1_oaep_encode()
|
/external/ipsec-tools/src/libipsec/ |
D | policy_parse.y | 586 policy_parse(msg, msglen) in policy_parse() argument 619 ipsec_set_policy(msg, msglen) in ipsec_set_policy() argument
|
/external/qemu/android/ |
D | adb-qemud.c | 179 _adb_client_recv(void* opaque, uint8_t* msg, int msglen, QemudClient* client) in _adb_client_recv() 302 _adb_dbg_client_recv(void* opaque, uint8_t* msg, int msglen, QemudClient* client) in _adb_dbg_client_recv()
|
D | hw-qemud.c | 522 int msglen ) in qemud_serial_send() 717 qemud_client_recv( void* opaque, uint8_t* msg, int msglen ) in qemud_client_recv() 1301 int msglen ) in qemud_multiplexer_serial_recv() 1413 int msglen, in qemud_multiplexer_control_recv() 1609 _qemud_pipe_cache_buffer(QemudClient* client, const uint8_t* msg, int msglen) in _qemud_pipe_cache_buffer() 1636 _qemud_pipe_send(QemudClient* client, const uint8_t* msg, int msglen) in _qemud_pipe_send() 1681 qemud_client_send ( QemudClient* client, const uint8_t* msg, int msglen ) in qemud_client_send() 2327 int msglen ) in qemud_service_broadcast() 2365 _qemud_char_client_recv( void* opaque, uint8_t* msg, int msglen, in _qemud_char_client_recv()
|
D | hw-control.c | 57 int msglen, in _hw_control_qemud_client_recv()
|
D | adb-server.c | 151 _adb_host_append_message(AdbHost* adb_host, const void* msg, int msglen) in _adb_host_append_message() 513 adb_server_on_guest_message(void* opaque, const uint8_t* msg, int msglen) in adb_server_on_guest_message()
|
D | hw-sensors.c | 252 _hwSensorClient_recv( void* opaque, uint8_t* msg, int msglen, in _hwSensorClient_recv() 272 _hwSensorClient_send( HwSensorClient* cl, const uint8_t* msg, int msglen ) in _hwSensorClient_send() 360 _hwSensorClient_receive( HwSensorClient* cl, uint8_t* msg, int msglen ) in _hwSensorClient_receive()
|
D | boot-properties.c | 296 int msglen, in boot_property_client_recv()
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/auth/ |
D | AuthenticationManager.java | 414 public void handleMessage(byte[] msg, int msglen) throws IOException in handleMessage()
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
D | preauth.c | 142 size_t msglen; in rsn_preauth_eapol_send() local
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | preauth.c | 132 size_t msglen; in rsn_preauth_eapol_send() local
|
/external/qemu/android/camera/ |
D | camera-service.c | 528 int msglen, in _factory_client_recv() 1156 int msglen, in _camera_client_recv()
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_server_write.c | 667 size_t msglen; in tls_send_server_hello() local
|
D | tlsv1_client_write.c | 735 size_t msglen; in tls_send_client_key_exchange() local
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
D | tlsv1_server_write.c | 663 size_t msglen; in tls_send_server_hello() local
|
D | tlsv1_client_write.c | 672 size_t msglen; in tls_send_client_key_exchange() local
|