Home
last modified time | relevance | path

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

/aosp_15_r20/system/security/mls/mls-rs-crypto-boringssl/src/
H A Dhpke.rs191 pub struct ContextR(pub Mutex<hpke::RecipientContext>); struct
196 impl HpkeContextR for ContextR { implementation
262 ) -> Result<ContextR, HpkeError> { in setup_receiver()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-core/src/crypto/
Dtest_suite.rs621 type ContextR: HpkeContextR; typedef
628 ) -> (Self::ContextS, Self::ContextR); in hpke_context()