Home
last modified time | relevance | path

Searched refs:InMemoryPreSharedKeyStorage (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/storage_provider/in_memory/
Dpsk_storage.rs33 pub struct InMemoryPreSharedKeyStorage { struct
40 impl InMemoryPreSharedKeyStorage { impl
77 impl PreSharedKeyStorage for InMemoryPreSharedKeyStorage { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dclient_builder.rs23 InMemoryGroupStateStorage, InMemoryKeyPackageStorage, InMemoryPreSharedKeyStorage,
49 InMemoryPreSharedKeyStorage,
59 InMemoryPreSharedKeyStorage,
579 impl<C: IntoConfig<PskStore = InMemoryPreSharedKeyStorage>> ClientBuilder<C> {