Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/
H A Dhpke.rs221 pub struct SenderContext(scoped::EvpHpkeCtx); struct
223 impl SenderContext { impl
486 ) -> (SenderContext, Vec<u8>) { in new_sender_context_for_testing()
/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/
H A Dhpke.rs227 pub struct SenderContext(scoped::EvpHpkeCtx); struct
229 impl SenderContext { impl
542 ) -> (SenderContext, Vec<u8>) { in new_sender_context_for_testing()