Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/aead/
Dcounter.rs27 u32s: [U32; COUNTER_LEN],
30 const COUNTER_LEN: usize = 4; constant
57 u32s: [U32::ZERO; COUNTER_LEN], in new()
59 let nonce_index = (U32::COUNTER_INDEX + 1) % COUNTER_LEN; in new()