Home
last modified time | relevance | path

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

/external/rust/crates/ring/crypto/fipsmodule/ec/
Dgfp_p384.c82 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/
Dops.rs77 pub fn elem_add<E: Encoding>(&self, a: &mut Elem<E>, b: &Elem<E>) { in elem_add() method
/external/rust/crates/ring/src/arithmetic/
Dbigint.rs579 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