Home
last modified time | relevance | path

Searched refs:PUBLIC_EXPONENT_MAX_VALUE (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/ring/src/arithmetic/
Dbigint.rs693 debug_assert!(min_value <= PUBLIC_EXPONENT_MAX_VALUE); in from_be_bytes()
700 if value > PUBLIC_EXPONENT_MAX_VALUE { in from_be_bytes()
719 const PUBLIC_EXPONENT_MAX_VALUE: u64 = (1u64 << 33) - 1; constant
755 assert!(exponent <= PUBLIC_EXPONENT_MAX_VALUE); in elem_exp_vartime_()