Searched defs:MessageIntegrity (Results 1 – 3 of 3) sorted by relevance
23 pub struct MessageIntegrity(pub Vec<u8>); struct30 impl fmt::Display for MessageIntegrity { implementation36 impl Setter for MessageIntegrity { implementation66 impl MessageIntegrity { implementation
145 ) -> Result<Option<(Username, MessageIntegrity)>> { in authenticate_request() argument
540 integrity: MessageIntegrity, in bind()