Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Virtualization/libs/libservice_vm_requests/src/
Dkeyblob.rs49 pub(crate) struct EncryptedKeyBlobV1 { struct
59 EncryptedKeyBlobV1::new(private_key, kek_secret).map(Self::V1) in new() argument
69 impl EncryptedKeyBlobV1 { impl
/aosp_15_r20/system/keymint/common/src/
H A Dkeyblob.rs118 pub struct EncryptedKeyBlobV1 { struct
120 pub characteristics: Vec<KeyCharacteristics>,
122 pub key_derivation_input: [u8; 32],
124 pub kek_context: Vec<u8>,
130 pub encrypted_key_material: coset::CoseEncrypt0,
133 pub secure_deletion_slot: Option<SecureDeletionSlot>,