Searched defs:HpkeError (Results 1 – 2 of 2) sorted by relevance
28 pub enum HpkeError { enum43 impl IntoAnyError for HpkeError { implementation234 ) -> Result<(Vec<u8>, ContextS), HpkeError> { in setup_sender() argument250 ) -> Result<HpkeCiphertext, HpkeError> { in seal() argument262 ) -> Result<ContextR, HpkeError> { in setup_receiver() argument278 ) -> Result<Vec<u8>, HpkeError> { in open() argument283 fn cipher_suite_to_params(cipher_suite: CipherSuite) -> Result<hpke::Params, HpkeError> { in cipher_suite_to_params() argument
60 HpkeError(#[from] HpkeError), enumerator