Searched defs:Nonce16 (Results 1 – 2 of 2) sorted by relevance
122 pub struct Nonce16(pub [u8; 16]); struct124 impl Nonce16 { impl
734 ) -> Result<(EcExchangeKeyPub, Identity, Nonce16), Error> { in decode_peer_info() argument789 pub fn extract_nonce(protected_headers: &[(Label, Value)]) -> Result<Nonce16, Error> { in extract_nonce()