Searched defs:BitLength (Results 1 – 11 of 11) sorted by relevance
| /external/rust/crates/ring/src/ |
| D | bits.rs | 21 pub struct BitLength(usize); struct 23 impl BitLength { impl
|
| D | rsa.rs | 43 fn n_min_bits(&self) -> bits::BitLength { in n_min_bits() 47 fn n_max_bits(&self) -> bits::BitLength { in n_max_bits()
|
| D | test.rs | 261 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 | bounds.rs | 6 fn n_min_bits(&self) -> bits::BitLength; in n_min_bits() 9 fn n_max_bits(&self) -> bits::BitLength; in n_max_bits()
|
| D | padding.rs | 42 mod_bits: bits::BitLength, in encode() 56 mod_bits: bits::BitLength, in verify() 86 _mod_bits: bits::BitLength, in encode() 99 mod_bits: bits::BitLength, in verify() 241 mod_bits: bits::BitLength, in encode() 311 mod_bits: bits::BitLength, in verify() 410 mod_bits: bits::BitLength, in new() 520 fn n_min_bits(&self) -> bits::BitLength { in n_min_bits() 524 fn n_max_bits(&self) -> bits::BitLength { in n_max_bits() 641 mod_bits: bits::BitLength, in oaep_decode() [all …]
|
| /external/rust/crates/ring/src/rsa/public/ |
| D | key.rs | 111 n_bits: bits::BitLength, in fill_be_bytes_n() 138 min_bits: bits::BitLength, in new() 139 max_bits: bits::BitLength, in new() 167 pub(crate) fn len_bits(&self) -> bits::BitLength { in len_bits()
|
| /external/rust/crates/ring/src/rsa/keypair/ |
| D | core.rs | 245 fn n_min_bits(&self) -> bits::BitLength { in n_min_bits() 249 fn n_max_bits(&self) -> bits::BitLength { in n_max_bits()
|
| /external/rust/crates/ring/src/arithmetic/ |
| D | bigint.rs | 262 ) -> Result<(Self, bits::BitLength), error::KeyRejected> { in from_be_bytes_with_bit_length() 269 ) -> Result<(Self, bits::BitLength), error::KeyRejected> { in from_nonnegative_with_bit_length() 277 fn from_boxed_limbs(n: BoxedLimbs<M>) -> Result<(Self, bits::BitLength), error::KeyRejected> { in from_boxed_limbs() 1159 ) -> Result<(Self, bits::BitLength), error::Unspecified> { in from_be_bytes_with_bit_length()
|
| /external/rust/crates/ring/src/aead/ |
| D | aes.rs | 47 key_bits: BitLength, in set_encrypt_key()
|
| /external/libgav1/src/utils/ |
| D | common_test.cc | 31 int BitLength(int64_t n) { in BitLength() function
|