Searched defs:elem_add (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/ring/crypto/fipsmodule/ec/ |
D | gfp_p384.c | 82 static inline void elem_add(Elem r, const Elem a, const Elem b) { in elem_add() function
|
/external/rust/crates/ring/src/ec/suite_b/ |
D | ops.rs | 77 pub fn elem_add<E: Encoding>(&self, a: &mut Elem<E>, b: &Elem<E>) { in elem_add() method
|
/external/rust/crates/ring/src/arithmetic/ |
D | bigint.rs | 579 pub fn elem_add<M, E>(mut a: Elem<M, E>, b: Elem<M, E>, m: &Modulus<M>) -> Elem<M, E> { in elem_add() function
|