Searched refs:CommonOps (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/ring/src/ec/suite_b/ |
D | ops.rs | 60 pub struct CommonOps { struct 76 impl CommonOps { argument 167 pub common: &'static CommonOps, 207 pub common: &'static CommonOps, 236 pub common: &'static CommonOps, 318 pub fn elem_reduced_to_scalar(ops: &CommonOps, elem: &Elem<Unencoded>) -> Scalar<Unencoded> { in elem_reduced_to_scalar() argument 329 pub fn scalar_sum(ops: &CommonOps, a: &Scalar, b: &Scalar) -> Scalar { in scalar_sum() argument 344 fn elem_sqr_mul(ops: &CommonOps, a: &Elem<R>, squarings: usize, b: &Elem<R>) -> Elem<R> { in elem_sqr_mul() argument 354 fn elem_sqr_mul_acc(ops: &CommonOps, acc: &mut Elem<R>, squarings: usize, b: &Elem<R>) { in elem_sqr_mul_acc() argument 364 ops: &CommonOps, in elem_parse_big_endian_fixed_consttime() argument [all …]
|
D | ecdh.rs | 146 … static SUPPORTED_SUITE_B_ALGS: [(&str, &agreement::Algorithm, &ec::Curve, &ops::CommonOps); 2] = [
|
/external/rust/crates/ring/src/ec/ |
D | suite_b.rs | 33 ops: &CommonOps, in verify_affine_point_is_on_the_curve() argument 49 ops: &CommonOps, in verify_jacobian_point_is_on_the_curve() argument 137 ops: &CommonOps, in verify_affine_point_is_on_the_curve_scaled() argument
|
/external/rust/crates/ring/src/ec/suite_b/ops/ |
D | p384.rs | 27 pub static COMMON_OPS: CommonOps = CommonOps {
|
D | p256.rs | 27 pub static COMMON_OPS: CommonOps = CommonOps {
|