Home
last modified time | relevance | path

Searched defs:HpkeError (Results 1 – 2 of 2) sorted by relevance

/system/security/mls/mls-rs-crypto-boringssl/src/
Dhpke.rs28 pub enum HpkeError { enum
43 impl IntoAnyError for HpkeError { implementation
234 ) -> Result<(Vec<u8>, ContextS), HpkeError> { in setup_sender() argument
250 ) -> Result<HpkeCiphertext, HpkeError> { in seal() argument
262 ) -> Result<ContextR, HpkeError> { in setup_receiver() argument
278 ) -> Result<Vec<u8>, HpkeError> { in open() argument
283 fn cipher_suite_to_params(cipher_suite: CipherSuite) -> Result<hpke::Params, HpkeError> { in cipher_suite_to_params() argument
Dlib.rs60 HpkeError(#[from] HpkeError), enumerator