Searched defs:ContextR (Results 1 – 2 of 2) sorted by relevance
191 pub struct ContextR(pub Mutex<hpke::RecipientContext>); struct196 impl HpkeContextR for ContextR { implementation262 ) -> Result<ContextR, HpkeError> { in setup_receiver()
621 type ContextR: HpkeContextR; typedef628 ) -> (Self::ContextS, Self::ContextR); in hpke_context()