Lines Matching defs:blob
485 let blob = in new_from_stream_decrypt_with() localVariable
702 let blob = Self::read_generic_blob(&self.make_chr_filename(uid, alias, prefix)) in read_characteristics_file() localVariable
705 let blob = match blob { in read_characteristics_file() localVariable
710 let blob = Self::decrypt_if_required(super_key, blob) in read_characteristics_file() localVariable
829 let blob = Self::read_generic_blob_decrypt_with(&path, decrypt) in read_legacy_keystore_entry() localVariable
1302 let blob = Self::decrypt_if_required(super_key, blob) in load_by_uid_alias() localVariable
1319 let blob = Self::decrypt_if_required(super_key, blob) in load_by_uid_alias() localVariable
1343 let blob = Self::read_generic_blob(&path) in load_super_key() localVariable
1346 let blob = match blob { in load_super_key() localVariable
1353 let blob = aes_gcm_decrypt(&data, &iv, &tag, &key).context( in load_super_key() localVariable
1634 let blob = in make_encrypted_characteristics_file() localVariable
1636 let blob = prepare_blob(blob, key).unwrap(); in make_encrypted_characteristics_file() localVariable
1648 let blob = Blob { value: BlobValue::Generic(data.to_vec()), flags: flags::ENCRYPTED }; in make_encrypted_usr_cert_file() localVariable
1649 let blob = prepare_blob(blob, key).unwrap(); in make_encrypted_usr_cert_file() localVariable
1661 let blob = Blob { value: BlobValue::Generic(data.to_vec()), flags: flags::ENCRYPTED }; in make_encrypted_ca_cert_file() localVariable
1662 let blob = prepare_blob(blob, key).unwrap(); in make_encrypted_ca_cert_file() localVariable
1670 let blob = Blob { in make_encrypted_key_file() localVariable
1674 let blob = prepare_blob(blob, key).unwrap(); in make_encrypted_key_file() localVariable
1682 let blob = Blob { value: BlobValue::Generic(data.to_vec()), flags: 0 }; in make_cert_blob_file() localVariable
1683 let blob = prepare_blob(blob, &[]).unwrap(); in make_cert_blob_file() localVariable
1755 let blob = LegacyBlobLoader::new_from_stream_decrypt_with(&mut &*BLOB, |_, _, _, _, _| { in read_golden_key_blob_test() localVariable
1765 let blob = LegacyBlobLoader::new_from_stream_decrypt_with( in read_golden_key_blob_test() localVariable
1783 let blob = LegacyBlobLoader::new_from_stream_decrypt_with( in read_aes_gcm_encrypted_key_blob_test() localVariable