Home
last modified time | relevance | path

Searched refs:out_key (Results 1 – 2 of 2) sorted by relevance

/webrtc/srtp/src/
H A Dkey_derivation.rs55 let out_key = GenericArray::from_mut_slice(&mut out[n..n + n_master_key]); in aes_cm_key_derivation() localVariable
56 block.encrypt_block(out_key); in aes_cm_key_derivation()
/webrtc/util/src/vnet/
H A Dnat.rs368 let (in_key, out_key) = { in find_outbound_mapping()
398 outbound_map.remove(&out_key); in find_outbound_mapping()
409 let (in_key, out_key) = { in find_inbound_mapping()
437 outbound_map.remove(&out_key); in find_inbound_mapping()