Searched defs:KeyBlob (Results 1 – 7 of 7) sorted by relevance
60 let KeyBlob { key_material, hw_enforced, sw_enforced } = in export_key() localVariable208 struct KeyBlob { struct217 impl KeyBlob { argument
728 key_blob_before_upgrade: &KeyBlob, in reencrypt_if_required()1205 pub enum KeyBlob<'a> { enum1221 impl<'a> KeyBlob<'a> { implementation1232 impl<'a> Deref for KeyBlob<'a> { implementation
71 pub enum KeyBlob<'a> { enum102 pub fn unwrap_keyblob(keyblob: &[u8]) -> KeyBlob { in unwrap_keyblob()
872 key_blob: &KeyBlob, in store_upgraded_keyblob()899 key_blob: &KeyBlob, in upgrade_keyblob_if_required_with()
184 pub struct KeyBlob { struct193 impl KeyBlob { argument
36 message KeyBlob { message