Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/aead/
Dchacha.rs34 CounterOrIv::Counter(counter), in encrypt_in_place()
46 CounterOrIv::Iv(iv),
61 CounterOrIv::Iv(iv),
85 CounterOrIv::Counter(counter), in encrypt_overlapping()
97 counter: CounterOrIv, in encrypt() argument
103 CounterOrIv::Counter(counter) => counter.into(), in encrypt()
104 CounterOrIv::Iv(iv) => { in encrypt()
128 enum CounterOrIv { enum
202 CounterOrIv::Counter(Counter::from_test_vector(nonce, ctr)), in chacha20_test_case_inner()