Searched defs:Unencoded (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/arithmetic/ |
D | bigint.rs | 151 fn from_montgomery_amm<M>(limbs: BoxedLimbs<M>, m: &Modulus<M>) -> Elem<M, Unencoded> { in from_montgomery_amm() argument 168 pub fn into_unencoded(self, m: &Modulus<M>) -> Elem<M, Unencoded> { in into_unencoded() argument 236 a: &Elem<Larger, Unencoded>, in elem_reduced_once() argument 250 a: &Elem<Larger, Unencoded>, in elem_reduced() argument 277 a: Elem<Smaller, Unencoded>, in elem_widen() argument 437 ) -> Result<Elem<M, Unencoded>, error::Unspecified> { in elem_inverse_consttime() argument 446 ) -> Result<Elem<M, Unencoded>, error::Unspecified> { in elem_exp_consttime() argument 533 ) -> Result<Elem<M, Unencoded>, error::Unspecified> { in elem_exp_consttime() argument 721 b: Elem<M, Unencoded>, in verify_inverses_consttime() argument 745 pub fn to_elem<M>(&self, m: &Modulus<M>) -> Result<Elem<M, Unencoded>, error::Unspecified> { in to_elem() argument [all …]
|
D | montgomery.rs | 18 pub enum Unencoded {} enum 39 impl Encoding for Unencoded {} implementation 53 impl ReductionEncoding for Unencoded { implementation 83 impl ProductEncoding for (RR, Unencoded) { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ec/suite_b/ |
D | ops.rs | 92 pub fn elem_unencoded(&self, a: &Elem<R>) -> Elem<Unencoded> { in elem_unencoded() 286 pub fn scalar_as_elem(&self, a: &Scalar) -> Elem<Unencoded> { in scalar_as_elem() 294 pub fn elem_equals_vartime(&self, a: &Elem<Unencoded>, b: &Elem<Unencoded>) -> bool { in elem_equals_vartime() 299 pub fn elem_less_than(&self, a: &Elem<Unencoded>, b: &Elem<Unencoded>) -> bool { in elem_less_than() 313 pub fn elem_reduced_to_scalar(ops: &CommonOps, elem: &Elem<Unencoded>) -> Scalar<Unencoded> { in elem_reduced_to_scalar() 361 ) -> Result<Elem<Unencoded>, error::Unspecified> { in elem_parse_big_endian_fixed_consttime() 409 ) -> Result<elem::Elem<M, Unencoded>, error::Unspecified> { in parse_big_endian_fixed_consttime() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/arithmetic/bigint/ |
D | modulus.rs | 125 elem: Elem<L, Unencoded>, in from_elem() argument 226 pub(super) fn one(&self) -> Elem<M, Unencoded> { in one() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ec/suite_b/ecdsa/ |
D | verification.rs | 146 r: &Elem<Unencoded>, in verify_digest()
|