Home
last modified time | relevance | path

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

/system/security/mls/mls-rs-crypto-boringssl/src/
Dhpke.rs191 pub struct ContextR(pub Mutex<hpke::RecipientContext>); struct
196 impl HpkeContextR for ContextR { implementation
262 ) -> Result<ContextR, HpkeError> { in setup_receiver()