Searched defs:EncryptedKeyBlobV1 (Results 1 – 2 of 2) sorted by relevance
49 pub(crate) struct EncryptedKeyBlobV1 { struct59 EncryptedKeyBlobV1::new(private_key, kek_secret).map(Self::V1) in new() argument69 impl EncryptedKeyBlobV1 { impl
118 pub struct EncryptedKeyBlobV1 { struct120 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>,