Home
last modified time | relevance | path

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

/aosp_15_r20/system/authgraph/core/src/
H A Dkey.rs122 pub struct Nonce16(pub [u8; 16]); struct
124 impl Nonce16 { impl
H A 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()