Home
last modified time | relevance | path

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

/system/security/mls/mls-rs-crypto-boringssl/src/
Dhpke.rs171 pub struct ContextS(pub Mutex<hpke::SenderContext>); struct
176 impl HpkeContextS for ContextS { implementation
234 ) -> Result<(Vec<u8>, ContextS), HpkeError> { in setup_sender() argument