Searched defs:elem_sub (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/ring/crypto/fipsmodule/ec/ |
D | gfp_p384.c | 86 static inline void elem_sub(Elem r, const Elem a, const Elem b) { in elem_sub() function
|
D | ecp_nistz256.c | 103 static inline void elem_sub(Limb r[P256_LIMBS], const Limb a[P256_LIMBS], in elem_sub() function
|
/external/rust/crates/ring/src/arithmetic/ |
D | bigint.rs | 575 pub fn elem_sub<M, E>(mut a: Elem<M, E>, b: &Elem<M, E>, m: &Modulus<M>) -> Elem<M, E> { in elem_sub() function
|