Searched defs:SecureKeyWrapper (Results 1 – 1 of 1) sorted by relevance
40 pub struct SecureKeyWrapper<'a> { struct41 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],