Home
last modified time | relevance | path

Searched defs:InMemoryPreSharedKeyStorage (Results 1 – 1 of 1) 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 { argument
77 impl PreSharedKeyStorage for InMemoryPreSharedKeyStorage { implementation