Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-core/src/crypto/
Dtest_suite.rs608 pub struct EncapOutput { struct
609 pub enc: Vec<u8>,
610 pub shared_secret: Vec<u8>,
613 impl EncapOutput { implementation
630 fn encap(&mut self, ikm_e: Vec<u8>, pk_rm: Vec<u8>) -> EncapOutput; in encap()