Home
last modified time | relevance | path

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

/third_party/openssl/demos/mac/
Dsiphash.c53 unsigned int digest_len = 8, c_rounds = 2, d_rounds = 4; in main() local
85 *p++ = OSSL_PARAM_construct_uint(OSSL_MAC_PARAM_D_ROUNDS, &d_rounds); in main()
/third_party/rust/crates/cxx/src/
Dsip.rs210 Sip13Rounds::d_rounds(&mut state); in finish()
223 fn d_rounds(state: &mut State) { in d_rounds() method