Home
last modified time | relevance | path

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

/system/keymint/ta/src/
Dkeys.rs40 pub struct SecureKeyWrapper<'a> { struct
41 pub version: i32,
43 pub encrypted_transport_key: &'a [u8],
45 pub initialization_vector: &'a [u8],
46 pub key_description: KeyDescription<'a>,
48 pub encrypted_key: &'a [u8],
50 pub tag: &'a [u8],