Lines Matching refs:error
13 //! use openssl::error::ErrorStack;
34 use crate::error::ErrorStack;
142 /// # use openssl::error::ErrorStack;
237 /// When clearing a bit outside of `self`, an error is returned.
253 /// An error occurs if `self` is already shorter than `n` bits.
376 /// use openssl::error::ErrorStack;
431 /// use openssl::error::ErrorStack;
760 /// Returns `true` if `self` is prime with an error probability of less than `0.25 ^ checks`.
784 /// Returns `true` if `self` is prime with an error probability of less than `0.25 ^ checks`.
832 /// If `pad_to` is less than `self.num_bytes()` then an error is returned.