Lines Matching defs:Error
73 ) -> Result<Self, Error> { in new() argument
92 pub fn refresh(&mut self) -> Result<(), Error> { in refresh() argument
107 pub fn secret_management_request(&mut self, req_data: &[u8]) -> Result<Vec<u8>, Error> { in secret_management_request() argument
162 pub enum Error { enum
177 impl std::error::Error for Error {} implementation
179 impl std::fmt::Display for Error { implementation
194 impl From<authgraph_core::error::Error> for Error { implementation
200 impl From<binder::Status> for Error { implementation
206 impl From<coset::CoseError> for Error { implementation
212 impl From<secretkeeper_comm::data_types::error::Error> for Error { implementation
222 ) -> Result<([key::AesKey; 2], Vec<u8>), Error> { in authgraph_key_exchange() argument
237 ) -> Result<([key::AesKey; 2], Vec<u8>), Error> { in key_exchange() argument
279 fn build_plain_pub_key(pub_key: &Option<Vec<u8>>) -> Result<PubKey, Error> { in build_plain_pub_key() argument
285 fn extract_plain_pub_key(pub_key: &Option<PubKey>) -> Result<&PlainPubKey, Error> { in extract_plain_pub_key() argument