Home
last modified time | relevance | path

Searched refs:KexInit (Results 1 – 17 of 17) sorted by relevance

/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/thrussh-0.33.5/src/
H A Dsession.rs400 KexInit(KexInit), enumerator
414 pub struct KexInit { struct
421 impl KexInit { argument
427 let mut kexinit = KexInit { in received_rekey()
441 let mut kexinit = KexInit { in initiate_rekey()
H A Dnegotiation.rs201 _ => Err(Error::KexInit.into()), in read_kex()
H A Dlib.rs327 KexInit, enumerator
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/thrussh-0.33.5/src/server/
H A Dkex.rs13 impl KexInit { implementation
47 Ok(Kex::KexInit(self)) in server_parse()
H A Dmod.rs614 let mut kexinit = KexInit { in read_ssh_id()
625 kex: Some(Kex::KexInit(kexinit)), in read_ssh_id()
645 Some(Kex::KexInit(kexinit)) => { in reply()
658 session.common.kex = Some(Kex::KexInit(kexinit)) in reply()
H A Dsession.rs164 let mut kexinit = KexInit::initiate_rekey(exchange, &enc.session_id); in flush()
170 enc.rekey = Some(Kex::KexInit(kexinit)) in flush()
H A Dencrypted.rs45 if let Some(Kex::KexInit(kexinit)) = enc.rekey.take() { in server_read_encrypted()
53 let kexinit = KexInit::received_rekey( in server_read_encrypted()
99 Some(Kex::KexInit(k)) => { in server_read_encrypted()
100 enc.rekey = Some(Kex::KexInit(k)); in server_read_encrypted()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/thrussh-0.33.5/src/client/
H A Dkex.rs8 impl KexInit { implementation
H A Dencrypted.rs47 if let Some(Kex::KexInit(kexinit)) = enc.rekey.take() { in client_read_encrypted()
55 let kexinit = KexInit::received_rekey( in client_read_encrypted()
113 Some(Kex::KexInit(k)) => { in client_read_encrypted()
114 enc.rekey = Some(Kex::KexInit(k)); in client_read_encrypted()
H A Dmod.rs996 let mut kexinit = KexInit { in read_ssh_id()
1008 self.common.kex = Some(Kex::KexInit(kexinit)); in read_ssh_id()
1024 let mut kexinit = KexInit::initiate_rekey(exchange, &enc.session_id); in flush()
1030 enc.rekey = Some(Kex::KexInit(kexinit)) in flush()
1114 Some(Kex::KexInit(kexinit)) => { in reply()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/test/
H A Dssh_test_lib.erl866 KexInit ->
867 KexInit
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/test/
H A Dssh_test_lib.erl949 KexInit ->
950 KexInit
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_test_lib.erl906 KexInit ->
907 KexInit
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_test_lib.erl906 KexInit ->
907 KexInit
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_test_lib.erl906 KexInit ->
907 KexInit
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssh/test/
H A Dssh_test_lib.erl906 KexInit ->
907 KexInit
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/test/
H A Dssh_test_lib.erl965 KexInit ->
966 KexInit