Home
last modified time | relevance | path

Searched defs:elem_mul_mont (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/ring/crypto/fipsmodule/ec/
Dgfp_p384.c157 static inline void elem_mul_mont(Elem r, const Elem a, const Elem b) { in elem_mul_mont() function
Decp_nistz256.c94 static inline void elem_mul_mont(Limb r[P256_LIMBS], const Limb a[P256_LIMBS], in elem_mul_mont() function
/external/rust/crates/ring/src/ec/suite_b/
Dops.rs70 elem_mul_mont: unsafe extern "C" fn(r: *mut Limb, a: *const Limb, b: *const Limb), field