Searched refs:InMemoryKeyPackageStorage (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/storage_provider/in_memory/ |
D | key_package_storage.rs | 36 pub struct InMemoryKeyPackageStorage { struct 43 impl Debug for InMemoryKeyPackageStorage { argument 62 impl InMemoryKeyPackageStorage { impl 104 impl KeyPackageStorage for InMemoryKeyPackageStorage { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | state_repo_light.rs | 78 storage_provider::in_memory::{InMemoryGroupStateStorage, InMemoryKeyPackageStorage}, 94 InMemoryKeyPackageStorage::default(), in test_stored_groups_list() 109 let key_package_repo = InMemoryKeyPackageStorage::default(); in used_key_package_is_deleted()
|
D | state_repo.rs | 254 storage_provider::in_memory::{InMemoryGroupStateStorage, InMemoryKeyPackageStorage}, 261 ) -> GroupStateRepository<InMemoryGroupStateStorage, InMemoryKeyPackageStorage> { in test_group_state_repo() argument 267 InMemoryKeyPackageStorage::default(), in test_group_state_repo() 549 let key_package_repo = InMemoryKeyPackageStorage::default(); in used_key_package_is_deleted()
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/ |
D | client_builder.rs | 23 InMemoryGroupStateStorage, InMemoryKeyPackageStorage, InMemoryPreSharedKeyStorage, 48 InMemoryKeyPackageStorage, 58 InMemoryKeyPackageStorage,
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/interop_test_vectors/ |
D | passive_client.rs | 25 storage_provider::in_memory::InMemoryKeyPackageStorage, 242 let key_package_repo = InMemoryKeyPackageStorage::new(); in invite_passive_client()
|