Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dcommit.rs115 pub struct CommitOutput { struct
139 impl CommitOutput { implementation
349 pub async fn build(self) -> Result<CommitOutput, MlsError> { in build()
408 pub async fn commit(&mut self, authenticated_data: Vec<u8>) -> Result<CommitOutput, MlsError> { in commit()
445 ) -> Result<CommitOutput, MlsError> { in commit_internal()
917 mut commit_output: CommitOutput, in assert_commit_builder_output()
Dtest_utils.rs82 let CommitOutput { in join_with_custom_config() localVariable