Searched defs:BitLength (Results 1 – 7 of 7) sorted by relevance
| /external/rust/crates/ring/src/ |
| D | bits.rs | 18 pub struct BitLength(usize); struct 22 impl BitLength { implementation 60 pub fn try_sub_1(self) -> Result<BitLength, error::Unspecified> { in try_sub_1()
|
| D | test.rs | 257 pub fn consume_usize_bits(&mut self, key: &str) -> bits::BitLength { in consume_usize_bits()
|
| D | limb.rs | 109 pub fn limbs_minimal_bits(a: &[Limb]) -> bits::BitLength { in limbs_minimal_bits()
|
| /external/rust/crates/ring/src/rsa/ |
| D | padding.rs | 38 mod_bits: bits::BitLength, in encode() 52 mod_bits: bits::BitLength, in verify() 82 _mod_bits: bits::BitLength, in encode() 95 mod_bits: bits::BitLength, in verify() 241 mod_bits: bits::BitLength, in encode() 313 mod_bits: bits::BitLength, in verify() 412 mod_bits: bits::BitLength, in new()
|
| D | verification.rs | 36 n_min_bits: bits::BitLength, in from_modulus_and_exponent() 37 n_max_bits: bits::BitLength, in from_modulus_and_exponent() 327 n_bits: bits::BitLength, in fill_be_bytes_n()
|
| /external/rust/crates/ring/src/aead/ |
| D | aes.rs | 36 key_bits: BitLength, in set_encrypt_key()
|
| /external/rust/crates/ring/src/arithmetic/ |
| D | bigint.rs | 235 ) -> Result<(Self, bits::BitLength), error::KeyRejected> { in from_be_bytes_with_bit_length() 242 ) -> Result<(Self, bits::BitLength), error::KeyRejected> { in from_nonnegative_with_bit_length() 250 fn from_boxed_limbs(n: BoxedLimbs<M>) -> Result<(Self, bits::BitLength), error::KeyRejected> { in from_boxed_limbs() 1132 ) -> Result<(Self, bits::BitLength), error::Unspecified> { in from_be_bytes_with_bit_length()
|