Home
last modified time | relevance | path

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

/tools/netsim/rust/hostapd-rs/src/
Dhostapd.rs310 let nonce = GenericArray::from_slice(nonce_binding); in try_encrypt() localVariable
366 let nonce = GenericArray::from_slice(nonce_binding); in try_decrypt() localVariable
/tools/netsim/rust/packets/src/
Dieee80211.rs297 let mut nonce = [0u8; 13]; localVariable