Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/src/
Dsip.rs169 Sip13Rounds::c_rounds(&mut self.state); in write()
187 Sip13Rounds::c_rounds(&mut self.state); in write()
206 Sip13Rounds::c_rounds(&mut state); in finish()
219 fn c_rounds(state: &mut State) { in c_rounds() method
/third_party/openssl/demos/mac/
Dsiphash.c53 unsigned int digest_len = 8, c_rounds = 2, d_rounds = 4; in main() local
84 *p++ = OSSL_PARAM_construct_uint(OSSL_MAC_PARAM_C_ROUNDS, &c_rounds); in main()