Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dsecret_tree.rs37 fn into_secret(self) -> Option<TreeSecret> { in into_secret()
48 struct TreeSecret( struct
54 impl Debug for TreeSecret { implementation
62 impl Deref for TreeSecret { implementation
70 impl DerefMut for TreeSecret { implementation
76 impl AsRef<[u8]> for TreeSecret { implementation
82 impl From<Vec<u8>> for TreeSecret { implementation
88 impl From<Zeroizing<Vec<u8>>> for TreeSecret { implementation