Home
last modified time | relevance | path

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

/system/keymint/common/src/keyblob/
Dlegacy.rs65 pub struct EncryptedKeyBlob { struct
89 impl EncryptedKeyBlob { argument
/system/keymint/common/src/
Dkeyblob.rs57 pub enum EncryptedKeyBlob { enum
63 impl EncryptedKeyBlob { implementation
83 impl AsCborValue for EncryptedKeyBlob { implementation
354 ) -> Result<EncryptedKeyBlob, Error> { in encrypt()
425 encrypted_keyblob: EncryptedKeyBlob, in decrypt()
428 let EncryptedKeyBlob::V1(encrypted_keyblob) = encrypted_keyblob; in decrypt() localVariable