Searched refs:Unencoded (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/ring/src/arithmetic/ |
D | montgomery.rs | 18 pub enum Unencoded {} enum 39 impl Encoding for Unencoded {} implementation 51 type Output = Unencoded; 53 impl ReductionEncoding for Unencoded { implementation 62 impl<E: ReductionEncoding> ProductEncoding for (Unencoded, E) { 83 impl ProductEncoding for (RR, Unencoded) { implementation 84 type Output = <(Unencoded, RR) as ProductEncoding>::Output;
|
D | bigint.rs | 317 fn one(&self) -> Elem<M, Unencoded> { in one() argument 327 pub fn to_elem<L>(&self, l: &Modulus<L>) -> Elem<L, Unencoded> in to_elem() 377 pub struct Elem<M, E = Unencoded> { 424 pub fn into_unencoded(self, m: &Modulus<M>) -> Elem<M, Unencoded> { in into_unencoded() argument 429 impl<M> Elem<M, Unencoded> { 498 a: &Elem<Larger, Unencoded>, in elem_reduced_once() argument 500 ) -> Elem<Smaller, Unencoded> { in elem_reduced_once() 515 a: &Elem<Larger, Unencoded>, in elem_reduced() argument 542 a: Elem<Smaller, Unencoded>, in elem_widen() argument 544 ) -> Elem<Larger, Unencoded> { in elem_widen() [all …]
|
/external/rust/crates/ring/src/ec/suite_b/ |
D | ops.rs | 30 pub type Scalar<E = Unencoded> = elem::Elem<N, E>; 53 static ONE: Elem<Unencoded> = Elem { 63 pub n: Elem<Unencoded>, 88 pub fn elem_unencoded(&self, a: &Elem<R>) -> Elem<Unencoded> { in elem_unencoded() argument 277 pub q_minus_n: Elem<Unencoded>, 282 pub fn scalar_as_elem(&self, a: &Scalar) -> Elem<Unencoded> { in scalar_as_elem() argument 290 pub fn elem_equals(&self, a: &Elem<Unencoded>, b: &Elem<Unencoded>) -> bool { in elem_equals() argument 299 pub fn elem_less_than(&self, a: &Elem<Unencoded>, b: &Elem<Unencoded>) -> bool { in elem_less_than() argument 305 pub fn elem_sum(&self, a: &Elem<Unencoded>, b: &Elem<Unencoded>) -> Elem<Unencoded> { in elem_sum() argument 318 pub fn elem_reduced_to_scalar(ops: &CommonOps, elem: &Elem<Unencoded>) -> Scalar<Unencoded> { in elem_reduced_to_scalar() argument [all …]
|
/external/rust/crates/ring/src/ec/suite_b/ops/ |
D | p384.rs | 193 fn p384_scalar_inv_to_mont(a: &Scalar<Unencoded>) -> Scalar<R> { in p384_scalar_inv_to_mont() 235 fn to_mont(a: &Scalar<Unencoded>) -> Scalar<R> { in p384_scalar_inv_to_mont() 236 static N_RR: Scalar<Unencoded> = Scalar { in p384_scalar_inv_to_mont()
|
D | p256.rs | 215 fn p256_scalar_inv_to_mont(a: &Scalar<Unencoded>) -> Scalar<R> { in p256_scalar_inv_to_mont() 253 static N_RR: Scalar<Unencoded> = Scalar { in p256_scalar_inv_to_mont()
|
/external/rust/crates/ring/src/rsa/ |
D | verification.rs | 19 arithmetic::{bigint, montgomery::Unencoded}, 326 elem: bigint::Elem<N, Unencoded>, in fill_be_bytes_n() argument
|
/external/rust/crates/ring/src/ec/suite_b/ecdsa/ |
D | verification.rs | 146 r: &Elem<Unencoded>, in verify_digest() argument
|
/external/grpc-grpc/doc/ |
D | PROTOCOL-HTTP2.md | 111 * **Percent-Encoded** → 1\*(Percent-Byte-Unencoded / Percent-Byte-Encoded) 112 * **Percent-Byte-Unencoded** → 1\*( %x20-%x24 / %x26-%x7E ) ; space and VCHAR, except %
|