Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dpath_secret.rs22 pub struct PathSecret( struct
28 impl Debug for PathSecret { implementation
36 impl Deref for PathSecret { implementation
44 impl From<Vec<u8>> for PathSecret { implementation
50 impl From<Zeroizing<Vec<u8>>> for PathSecret { implementation
56 impl PathSecret { implementation
59 ) -> Result<PathSecret, MlsError> { in random()
72 impl HpkeEncryptable for PathSecret { implementation
84 impl PathSecret { implementation
122 pub async fn next_secret(&mut self) -> Result<PathSecret, MlsError> { in next_secret()
Dkem.rs179 path_secrets: &[Option<PathSecret>], in encrypt_path_secrets()
215 path_secrets: &[Option<PathSecret>], in encrypt_path_secrets()
251 ) -> Result<PathSecret, MlsError> in decap()
325 path_secret: &PathSecret, in encrypt_copath_node_resolution()
Dprivate.rs46 path_secret: PathSecret, in update_secrets()
161 ) -> (TreeKemPublic, TreeKemPrivate, TreeKemPrivate, PathSecret) { in update_secrets_setup() argument
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dtest_utils.rs481 ) -> Result<Option<(TreeKemPrivate, PathSecret)>, MlsError> { in apply_update_path() argument
506 secrets: Option<(TreeKemPrivate, PathSecret)>, in update_key_schedule() argument
Dmessage_processor.rs992 ) -> Result<Option<(TreeKemPrivate, PathSecret)>, MlsError> { in apply_update_path() argument
1008 secrets: Option<(TreeKemPrivate, PathSecret)>, in update_key_schedule() argument
Dmod.rs784 path_secrets: Option<&Vec<Option<PathSecret>>>, in encrypt_group_secrets()
1643 ) -> Result<Option<(TreeKemPrivate, PathSecret)>, MlsError> { in apply_update_path() argument
1695 secrets: Option<(TreeKemPrivate, PathSecret)>, in update_key_schedule() argument
Dkey_schedule.rs105 commit_secret: &PathSecret, in from_key_schedule()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/external_client/
Dgroup.rs610 _secrets: Option<(TreeKemPrivate, PathSecret)>, in update_key_schedule() argument