Home
last modified time | relevance | path

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

/system/secretkeeper/comm/src/data_types/
Dmod.rs71 pub struct Secret(pub [u8; SECRET_SIZE]); struct
72 impl AsCborValue for Secret { implementation
88 impl CborSerializable for Secret {} implementation
90 impl core::fmt::Debug for Secret { implementation
/system/secretkeeper/core/src/
Dstore.rs77 secret: Secret, in store()
127 ) -> Result<Secret, SecretkeeperError> { in get()