Home
last modified time | relevance | path

Searched defs:Nonce16 (Results 1 – 2 of 2) sorted by relevance

/system/authgraph/core/src/
Dkey.rs147 pub struct Nonce16(pub [u8; 16]); struct
149 impl Nonce16 { impl
Dkeyexchange.rs734 ) -> Result<(EcExchangeKeyPub, Identity, Nonce16), Error> { in decode_peer_info() argument
789 pub fn extract_nonce(protected_headers: &[(Label, Value)]) -> Result<Nonce16, Error> { in extract_nonce()