Searched defs:ContextS (Results 1 – 1 of 1) sorted by relevance
171 pub struct ContextS(pub Mutex<hpke::SenderContext>); struct176 impl HpkeContextS for ContextS { implementation234 ) -> Result<(Vec<u8>, ContextS), HpkeError> { in setup_sender() argument