Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/aead/gcm/
Dgcm_nohw.rs221 with_swapped_xi(xi, |swapped| { in gmult()
227 with_swapped_xi(xi, |swapped| { in ghash()
237 fn with_swapped_xi(Xi(xi): &mut Xi, f: impl FnOnce(&mut [u64; 2])) { in with_swapped_xi() function