Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/rsa/
Dsigning.rs468 fn elem_exp_consttime<M, MM>( in elem_exp_consttime() function
481 bigint::elem_exp_consttime(c_mod_m, &p.exponent, &p.modulus) in elem_exp_consttime()
561 let m_1 = elem_exp_consttime(&c, &self.p)?; in sign()
563 let m_2 = elem_exp_consttime(&c_mod_qq, &self.q)?; in sign()
/external/rust/crates/ring/src/arithmetic/
Dbigint.rs810 pub fn elem_exp_consttime<M>( in elem_exp_consttime() function
902 elem_exp_consttime(a, &PrivateExponent::for_flt(&m), m) in elem_inverse_consttime()
906 pub fn elem_exp_consttime<M>( in elem_exp_consttime() function
1421 let actual_result = elem_exp_consttime(base, &e, &m).unwrap(); in test_elem_exp_consttime()