Searched defs:CipherError (Results 1 – 2 of 2) sorted by relevance
72 pub enum CipherError { enum102 impl fmt::Display for CipherError { implementation
147 fn map_cipher_reason_code(reason: i32) -> Option<CipherError> { in map_cipher_reason_code()