Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/test_utils/src/
Dscenario_utils.rs48 pub epoch_authenticator: Vec<u8>, field
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/interop_test_vectors/
Dpassive_client.rs78 pub epoch_authenticator: Vec<u8>, field
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dkey_schedule.rs637 epoch_authenticator: Vec<u8>, field
Dmod.rs1445 pub fn epoch_authenticator(&self) -> Result<Secret, MlsError> { in epoch_authenticator() function