Lines Matching defs:blob
486 let blob = Self::new_from_stream(&mut stream).context(ks_err!())?; in new_from_stream_decrypt_with() localVariable
695 let blob = Self::read_generic_blob(&self.make_chr_filename(uid, alias, prefix)) in read_characteristics_file() localVariable
698 let blob = match blob { in read_characteristics_file() localVariable
703 let blob = Self::decrypt_if_required(super_key, blob) in read_characteristics_file() localVariable
817 let blob = Self::read_generic_blob_decrypt_with(&path, decrypt) in read_legacy_keystore_entry() localVariable
1268 let blob = Self::decrypt_if_required(super_key, blob) in load_by_uid_alias() localVariable
1285 let blob = Self::decrypt_if_required(super_key, blob) in load_by_uid_alias() localVariable
1309 let blob = Self::read_generic_blob(&path).context(ks_err!("While loading super key."))?; in load_super_key() localVariable
1311 let blob = match blob { in load_super_key() localVariable
1318 let blob = aes_gcm_decrypt(&data, &iv, &tag, &key) in load_super_key() localVariable
1594 let blob = in make_encrypted_characteristics_file() localVariable
1596 let blob = prepare_blob(blob, key).unwrap(); in make_encrypted_characteristics_file() localVariable
1608 let blob = Blob { value: BlobValue::Generic(data.to_vec()), flags: flags::ENCRYPTED }; in make_encrypted_usr_cert_file() localVariable
1609 let blob = prepare_blob(blob, key).unwrap(); in make_encrypted_usr_cert_file() localVariable
1621 let blob = Blob { value: BlobValue::Generic(data.to_vec()), flags: flags::ENCRYPTED }; in make_encrypted_ca_cert_file() localVariable
1622 let blob = prepare_blob(blob, key).unwrap(); in make_encrypted_ca_cert_file() localVariable
1630 let blob = Blob { in make_encrypted_key_file() localVariable
1634 let blob = prepare_blob(blob, key).unwrap(); in make_encrypted_key_file() localVariable
1642 let blob = Blob { value: BlobValue::Generic(data.to_vec()), flags: 0 }; in make_cert_blob_file() localVariable
1643 let blob = prepare_blob(blob, &[]).unwrap(); in make_cert_blob_file() localVariable
1715 let blob = LegacyBlobLoader::new_from_stream_decrypt_with(&mut &*BLOB, |_, _, _, _, _| { in read_golden_key_blob_test() localVariable
1725 let blob = LegacyBlobLoader::new_from_stream_decrypt_with( in read_golden_key_blob_test() localVariable
1743 let blob = LegacyBlobLoader::new_from_stream_decrypt_with( in read_aes_gcm_encrypted_key_blob_test() localVariable