Searched defs:EncryptedKeyBlob (Results 1 – 4 of 4) sorted by relevance
65 pub struct EncryptedKeyBlob { struct89 impl EncryptedKeyBlob { implementation
56 pub enum EncryptedKeyBlob { enum62 impl EncryptedKeyBlob { impl82 impl AsCborValue for EncryptedKeyBlob { implementation351 ) -> Result<EncryptedKeyBlob, Error> { in encrypt()422 encrypted_keyblob: EncryptedKeyBlob, in decrypt()425 let EncryptedKeyBlob::V1(encrypted_keyblob) = encrypted_keyblob; in decrypt() localVariable
42 pub(crate) enum EncryptedKeyBlob { enum57 impl EncryptedKeyBlob { impl
43 encrypted_keyblob: &legacy::EncryptedKeyBlob, in build_derivation_info()75 encrypted_keyblob: &legacy::EncryptedKeyBlob, in derive_kek()