Searched defs:HashError (Results 1 – 6 of 6) sorted by relevance
24 pub enum HashError { enum44 pub fn new(cipher_suite: CipherSuite) -> Result<Self, HashError> { in new() argument67 pub fn mac(&self, key: &[u8], data: &[u8]) -> Result<Vec<u8>, HashError> { in mac() argument
48 HashError(#[from] HashError), enumerator
430 def append(self, error: "HashError") -> None:447 class HashError(InstallationError): class