Searched refs:from_be_bytes_with_bit_length (Results 1 – 3 of 3) sorted by relevance
198 let (p, p_bits) = bigint::Nonnegative::from_be_bytes_with_bit_length(p) in from_der_reader()200 let (q, q_bits) = bigint::Nonnegative::from_be_bytes_with_bit_length(q) in from_der_reader()315 let (d, d_bits) = bigint::Nonnegative::from_be_bytes_with_bit_length(d) in from_der_reader()
50 let (n, n_bits) = bigint::Modulus::from_be_bytes_with_bit_length(n)?; in from_modulus_and_exponent()
233 pub fn from_be_bytes_with_bit_length( in from_be_bytes_with_bit_length() method1130 pub fn from_be_bytes_with_bit_length( in from_be_bytes_with_bit_length() method1530 let (modulus, _) = Modulus::<M>::from_be_bytes_with_bit_length(untrusted::Input::from( in test_modulus_debug()1574 Modulus::from_be_bytes_with_bit_length(untrusted::Input::from(&value)).unwrap(); in consume_modulus()1581 Nonnegative::from_be_bytes_with_bit_length(untrusted::Input::from(&bytes)).unwrap(); in consume_nonnegative()