Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dsecret_tree.rs593 pub struct InteropTestCase { struct
594 cipher_suite: u16,
595 derive_tree_secret: RatchetInteropTestCase,
1028 struct InteropTestCase { struct
1029 cipher_suite: u16,
1031 encryption_secret: Vec<u8>,
1032 sender_data: InteropSenderData,
1033 leaves: Vec<Vec<InteropLeaf>>,
Dkey_schedule.rs949 pub struct InteropTestCase { struct
950 cipher_suite: u16,
951 expand_with_label: ExpandWithLabelTestCase,
952 derive_secret: DeriveSecretTestCase,
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dhash_reference.rs115 pub struct InteropTestCase { struct
116 cipher_suite: u16,
117 ref_hash: HashRefTestCase,
Dsigner.rs120 pub struct InteropTestCase { struct
121 cipher_suite: u16,
122 sign_with_label: SignatureInteropTestCase,
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dhpke_encryption.rs119 pub struct InteropTestCase { struct
120 cipher_suite: u16,
121 encrypt_with_label: HpkeInteropTestCase,