Home
last modified time | relevance | path

Searched refs:ssh_message (Results 1 – 25 of 115) sorted by relevance

12345

/dports/security/razorback-api/api-0.5.0/libssh/include/libssh/
H A Dserver.h274 LIBSSH_API int ssh_message_reply_default(ssh_message msg);
286 LIBSSH_API const char *ssh_message_auth_user(ssh_message msg);
298 LIBSSH_API const char *ssh_message_auth_password(ssh_message msg);
314 LIBSSH_API ssh_key ssh_message_auth_pubkey(ssh_message msg);
316 LIBSSH_API int ssh_message_auth_kbdint_is_response(ssh_message msg);
320 LIBSSH_API int ssh_message_auth_reply_pk_ok_simple(ssh_message msg);
324 LIBSSH_API int ssh_message_auth_interactive_request(ssh_message msg,
328 LIBSSH_API int ssh_message_service_reply_success(ssh_message msg);
329 LIBSSH_API const char *ssh_message_service_service(ssh_message msg);
347 LIBSSH_API int ssh_message_channel_request_pty_width(ssh_message msg);
[all …]
H A Dmessages.h102 void ssh_message_queue(ssh_session session, ssh_message message);
103 ssh_message ssh_message_pop_head(ssh_session session);
H A Dlibssh.h112 typedef struct ssh_message_struct* ssh_message; typedef
421 LIBSSH_API ssh_channel ssh_message_channel_request_open_reply_accept(ssh_message msg);
422 LIBSSH_API int ssh_message_channel_request_reply_success(ssh_message msg);
423 LIBSSH_API void ssh_message_free(ssh_message msg);
424 LIBSSH_API ssh_message ssh_message_get(ssh_session session);
425 LIBSSH_API int ssh_message_subtype(ssh_message msg);
426 LIBSSH_API int ssh_message_type(ssh_message msg);
H A Dcallbacks.h64 typedef int (*ssh_message_callback) (ssh_session, ssh_message message, void *user);
96 ssh_message message, void *userdata);
/dports/security/libssh/libssh-0.9.6/include/libssh/
H A Dserver.h262 LIBSSH_API int ssh_message_reply_default(ssh_message msg);
274 LIBSSH_API const char *ssh_message_auth_user(ssh_message msg);
286 LIBSSH_API const char *ssh_message_auth_password(ssh_message msg);
302 LIBSSH_API ssh_key ssh_message_auth_pubkey(ssh_message msg);
304 LIBSSH_API int ssh_message_auth_kbdint_is_response(ssh_message msg);
308 LIBSSH_API int ssh_message_auth_reply_pk_ok_simple(ssh_message msg);
312 LIBSSH_API int ssh_message_auth_interactive_request(ssh_message msg,
316 LIBSSH_API int ssh_message_service_reply_success(ssh_message msg);
317 LIBSSH_API const char *ssh_message_service_service(ssh_message msg);
335 LIBSSH_API int ssh_message_channel_request_pty_width(ssh_message msg);
[all …]
H A Dlibssh.h104 typedef struct ssh_message_struct* ssh_message; typedef
595 LIBSSH_API ssh_channel ssh_message_channel_request_open_reply_accept(ssh_message msg);
596 LIBSSH_API int ssh_message_channel_request_open_reply_accept_channel(ssh_message msg, ssh_channel c…
597 LIBSSH_API int ssh_message_channel_request_reply_success(ssh_message msg);
600 LIBSSH_API void ssh_message_free(ssh_message msg);
601 LIBSSH_API ssh_message ssh_message_get(ssh_session session);
602 LIBSSH_API int ssh_message_subtype(ssh_message msg);
603 LIBSSH_API int ssh_message_type(ssh_message msg);
/dports/security/razorback-api/api-0.5.0/libssh/src/
H A Dserver.c657 int ssh_message_service_reply_success(ssh_message msg) { in ssh_message_service_reply_success()
728 int ssh_message_reply_default(ssh_message msg) { in ssh_message_reply_default()
754 const char *ssh_message_service_service(ssh_message msg){ in ssh_message_service_service()
761 const char *ssh_message_auth_user(ssh_message msg) { in ssh_message_auth_user()
769 const char *ssh_message_auth_password(ssh_message msg){ in ssh_message_auth_password()
777 ssh_key ssh_message_auth_pubkey(ssh_message msg) { in ssh_message_auth_pubkey()
786 ssh_public_key ssh_message_auth_publickey(ssh_message msg){ in ssh_message_auth_publickey()
801 int ssh_message_auth_kbdint_is_response(ssh_message msg) { in ssh_message_auth_kbdint_is_response()
991 int ssh_message_auth_reply_pk_ok_simple(ssh_message msg) { in ssh_message_auth_reply_pk_ok_simple()
1092 int ssh_message_global_request_port(ssh_message msg){ in ssh_message_global_request_port()
[all …]
H A Dmessages.c151 ssh_message msg=NULL; in ssh_message_pop_head()
157 msg=ssh_iterator_value(ssh_message,i); in ssh_message_pop_head()
187 ssh_message msg = NULL; in ssh_message_get()
215 int ssh_message_type(ssh_message msg) { in ssh_message_type()
254 void ssh_message_free(ssh_message msg){ in ssh_message_free()
295 ssh_message msg=NULL; in SSH_PACKET_CALLBACK()
455 ssh_message msg = NULL; in SSH_PACKET_CALLBACK()
686 ssh_message msg = NULL; in SSH_PACKET_CALLBACK()
790 ssh_message msg = NULL; in SSH_PACKET_CALLBACK()
1026 ssh_message msg = NULL; in ssh_message_handle_channel_request()
[all …]
/dports/security/libssh/libssh-0.9.6/src/
H A Dserver.c675 int ssh_message_service_reply_success(ssh_message msg) { in ssh_message_service_reply_success()
751 int ssh_message_reply_default(ssh_message msg) { in ssh_message_reply_default()
777 const char *ssh_message_service_service(ssh_message msg){ in ssh_message_service_service()
784 const char *ssh_message_auth_user(ssh_message msg) { in ssh_message_auth_user()
792 const char *ssh_message_auth_password(ssh_message msg){ in ssh_message_auth_password()
800 ssh_key ssh_message_auth_pubkey(ssh_message msg) { in ssh_message_auth_pubkey()
809 ssh_public_key ssh_message_auth_publickey(ssh_message msg){ in ssh_message_auth_publickey()
824 int ssh_message_auth_kbdint_is_response(ssh_message msg) { in ssh_message_auth_kbdint_is_response()
1023 int ssh_message_auth_reply_pk_ok_simple(ssh_message msg) { in ssh_message_auth_reply_pk_ok_simple()
1124 int ssh_message_global_request_port(ssh_message msg){ in ssh_message_global_request_port()
[all …]
H A Dmessages.c481 ssh_message msg=NULL; in ssh_message_pop_head()
487 msg=ssh_iterator_value(ssh_message,i); in ssh_message_pop_head()
518 ssh_message msg = NULL; in ssh_message_get()
549 int ssh_message_type(ssh_message msg) { in ssh_message_type()
588 void ssh_message_free(ssh_message msg){ in ssh_message_free()
650 ssh_message msg = NULL; in SSH_PACKET_CALLBACK()
744 ssh_message msg = NULL; in SSH_PACKET_CALLBACK()
1016 ssh_message msg = NULL; in SSH_PACKET_CALLBACK()
1132 ssh_message msg = NULL; in SSH_PACKET_CALLBACK()
1337 ssh_message msg = NULL; in ssh_message_handle_channel_request()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/cygnal/libnet/
H A Dsshserver.h66 bool processSSHMessage(ssh_message message);
71 ssh_message getSSHMessage();
72 ssh_message getSSHMessage(ssh_session session);
75 ssh_message _message; // the current SSH command message
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_file.erl142 EncKey = ssh_message:ssh2_pubkey_encode(Key),
174 ssh_message:ssh2_pubkey_decode(KeyBin);
295 ssh_message:ssh2_pubkey_encode(Key);
305 fun ssh_message:ssh2_pubkey_encode/1};
468 ssh_message:ssh2_pubkey_encode(Key))).
825 Key = ssh_message:ssh2_pubkey_decode(Bin),
1010 PublicKey = ssh_message:ssh2_pubkey_decode(BinKey),
1103 Bk = ssh_message:ssh2_pubkey_encode({ed_pub,Alg,PubKey}),
1106 Bk = ssh_message:ssh2_pubkey_encode(K),
1116 Bk = ssh_message:ssh2_privkey_encode(K),
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_file.erl142 EncKey = ssh_message:ssh2_pubkey_encode(Key),
174 ssh_message:ssh2_pubkey_decode(KeyBin);
295 ssh_message:ssh2_pubkey_encode(Key);
305 fun ssh_message:ssh2_pubkey_encode/1};
468 ssh_message:ssh2_pubkey_encode(Key))).
825 Key = ssh_message:ssh2_pubkey_decode(Bin),
1010 PublicKey = ssh_message:ssh2_pubkey_decode(BinKey),
1103 Bk = ssh_message:ssh2_pubkey_encode({ed_pub,Alg,PubKey}),
1106 Bk = ssh_message:ssh2_pubkey_encode(K),
1116 Bk = ssh_message:ssh2_privkey_encode(K),
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_file.erl142 EncKey = ssh_message:ssh2_pubkey_encode(Key),
174 ssh_message:ssh2_pubkey_decode(KeyBin);
295 ssh_message:ssh2_pubkey_encode(Key);
305 fun ssh_message:ssh2_pubkey_encode/1};
468 ssh_message:ssh2_pubkey_encode(Key))).
825 Key = ssh_message:ssh2_pubkey_decode(Bin),
1010 PublicKey = ssh_message:ssh2_pubkey_decode(BinKey),
1103 Bk = ssh_message:ssh2_pubkey_encode({ed_pub,Alg,PubKey}),
1106 Bk = ssh_message:ssh2_pubkey_encode(K),
1116 Bk = ssh_message:ssh2_privkey_encode(K),
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_file.erl142 EncKey = ssh_message:ssh2_pubkey_encode(Key),
174 ssh_message:ssh2_pubkey_decode(KeyBin);
295 ssh_message:ssh2_pubkey_encode(Key);
305 fun ssh_message:ssh2_pubkey_encode/1};
468 ssh_message:ssh2_pubkey_encode(Key))).
825 Key = ssh_message:ssh2_pubkey_decode(Bin),
1010 PublicKey = ssh_message:ssh2_pubkey_decode(BinKey),
1103 Bk = ssh_message:ssh2_pubkey_encode({ed_pub,Alg,PubKey}),
1106 Bk = ssh_message:ssh2_pubkey_encode(K),
1116 Bk = ssh_message:ssh2_privkey_encode(K),
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/test/property_test/
H A Dssh_eqc_encode_decode.erl35 try ssh_message:decode(decode_state(Msg,KexFam))
49 Msg == ssh_message:encode(
51 ssh_message:decode(decode_state(Msg,KexFam))))
189 gen_string(ssh_message:ssh2_pubkey_encode(PubKey)).
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssh/test/property_test/
H A Dssh_eqc_encode_decode.erl35 try ssh_message:decode(decode_state(Msg,KexFam))
49 Msg == ssh_message:encode(
51 ssh_message:decode(decode_state(Msg,KexFam))))
189 gen_string(ssh_message:ssh2_pubkey_encode(PubKey)).
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssh/test/property_test/
H A Dssh_eqc_encode_decode.erl35 try ssh_message:decode(decode_state(Msg,KexFam))
49 Msg == ssh_message:encode(
51 ssh_message:decode(decode_state(Msg,KexFam))))
189 gen_string(ssh_message:ssh2_pubkey_encode(PubKey)).
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssh/test/property_test/
H A Dssh_eqc_encode_decode.erl35 try ssh_message:decode(decode_state(Msg,KexFam))
49 Msg == ssh_message:encode(
51 ssh_message:decode(decode_state(Msg,KexFam))))
189 gen_string(ssh_message:ssh2_pubkey_encode(PubKey)).
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssh/test/property_test/
H A Dssh_eqc_encode_decode.erl35 try ssh_message:decode(decode_state(Msg,KexFam))
49 Msg == ssh_message:encode(
51 ssh_message:decode(decode_state(Msg,KexFam))))
189 gen_string(ssh_message:ssh2_pubkey_encode(PubKey)).
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/test/property_test/
H A Dssh_eqc_encode_decode.erl35 try ssh_message:decode(decode_state(Msg,KexFam))
49 Msg == ssh_message:encode(
51 ssh_message:decode(decode_state(Msg,KexFam))))
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/test/property_test/
H A Dssh_eqc_encode_decode.erl64 try ssh_message:decode(decode_state(Msg,KexFam))
78 Msg == ssh_message:encode(
80 ssh_message:decode(decode_state(Msg,KexFam))))
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/src/
H A DMakefile74 ssh_message \
208 $(EBIN)/ssh_message.$(EMULATOR): ssh_message.erl \
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/src/
H A DMakefile71 ssh_message \
201 $(EBIN)/ssh_message.$(EMULATOR): ssh_message.erl \
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/src/
H A DMakefile66 ssh_message \
192 $(EBIN)/ssh_message.$(EMULATOR): ssh_message.erl \

12345