Searched defs:ServerInit (Results 1 – 2 of 2) sorted by relevance
78 ServerInit, enumerator91 pub(crate) struct ServerInit { struct92 version: i32,93 random: [u8; 32],94 handshake_cipher: HandshakeCipher,96 pub(crate) public_key: Vec<u8>,199 fn into_adapter(self) -> Result<ServerInit, ukey::ukey2alert::AlertType> { in into_adapter()
476 server_init: ServerInit, in handle_server_init()