Home
last modified time | relevance | path

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

/aosp_15_r20/system/keymint/common/src/keyblob/
H A Dlegacy.rs65 pub struct EncryptedKeyBlob { struct
89 impl EncryptedKeyBlob { implementation
/aosp_15_r20/system/keymint/common/src/
H A Dkeyblob.rs56 pub enum EncryptedKeyBlob { enum
62 impl EncryptedKeyBlob { impl
82 impl AsCborValue for EncryptedKeyBlob { implementation
351 ) -> Result<EncryptedKeyBlob, Error> { in encrypt()
422 encrypted_keyblob: EncryptedKeyBlob, in decrypt()
425 let EncryptedKeyBlob::V1(encrypted_keyblob) = encrypted_keyblob; in decrypt() localVariable
/aosp_15_r20/packages/modules/Virtualization/libs/libservice_vm_requests/src/
Dkeyblob.rs42 pub(crate) enum EncryptedKeyBlob { enum
57 impl EncryptedKeyBlob { impl
/aosp_15_r20/trusty/user/app/keymint/keys/
Dlegacy.rs43 encrypted_keyblob: &legacy::EncryptedKeyBlob, in build_derivation_info()
75 encrypted_keyblob: &legacy::EncryptedKeyBlob, in derive_kek()