Searched refs:PUBLIC_EXPONENT_MAX_VALUE (Results 1 – 1 of 1) sorted by relevance
693 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; constant755 assert!(exponent <= PUBLIC_EXPONENT_MAX_VALUE); in elem_exp_vartime_()