Home
last modified time | relevance | path

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

/external/rust/crates/ring/crypto/fipsmodule/ec/
Decp_nistz384.inl46 elem_mul_by_2(S, in_y);
53 elem_mul_by_2(res_z, res_z);
65 elem_mul_by_2(tmp0, S);
136 elem_mul_by_2(Hsqr, U2); /* 2*U1*H^2 */
Decp_nistz256.c90 static inline void elem_mul_by_2(Limb r[P256_LIMBS], const Limb a[P256_LIMBS]) { in elem_mul_by_2() function
167 elem_mul_by_2(Hsqr, U2); /* 2*U1*H^2 */ in GFp_nistz256_point_add()
Dgfp_p384.c165 static inline void elem_mul_by_2(Elem r, const Elem a) { in elem_mul_by_2() function
/external/rust/crates/ring/src/arithmetic/
Dbigint.rs483 fn elem_mul_by_2<M, AF>(a: &mut Elem<M, AF>, m: &PartialModulus<M>) { in elem_mul_by_2() function
637 elem_mul_by_2(&mut base, m) in newRR()