Home
last modified time | relevance | path

Searched refs:new_blob (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/system/libufdt/tests/src/
H A Dufdt_overlay_test_app.c31 struct fdt_header *new_blob = NULL; in apply_overlay_files() local
54 new_blob = ufdt_apply_overlay(blob, blob_len, overlay_buf, overlay_len); in apply_overlay_files()
57 if (!new_blob) { in apply_overlay_files()
62 if (write_fdt_to_file(out_filename, new_blob) != 0) { in apply_overlay_files()
75 if (new_blob) dto_free(new_blob); in apply_overlay_files()
/aosp_15_r20/external/vboot_reference/scripts/image_signing/
H A Dmake_dev_ssd.sh223 local new_blob="$(make_temp_file)"
328 debug_msg "Re-signing $name from $old_blob to $new_blob"
331 --repack "$new_blob" \
341 mydd if="$new_blob" of="$new_kern" conv=notrunc
346 cp "$new_blob" new_blob.dbgbin
/aosp_15_r20/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dauthorization_set.h202 hidl_vec<uint8_t> new_blob; in push_back() local
203 new_blob.setToExternal(const_cast<uint8_t*>(data), data_length); in push_back()
204 push_back(ttag, new_blob); in push_back()
252 hidl_vec<uint8_t> new_blob; in Authorization() local
253 new_blob.setToExternal(const_cast<uint8_t*>(data), data_length); in Authorization()
254 push_back(ttag, new_blob); in Authorization()
/aosp_15_r20/system/security/keystore2/rkpd_client/src/
H A Dtests.rs306 let new_blob: [u8; 8] = rand::random(); in test_store_rkpd_attestation_key() localVariable
308 assert!(store_rkpd_attestation_key(DEFAULT_RPC_SERVICE_NAME, &key.keyBlob, &new_blob).is_ok()); in test_store_rkpd_attestation_key()
313 assert!(store_rkpd_attestation_key(DEFAULT_RPC_SERVICE_NAME, &new_blob, &key.keyBlob).is_ok()); in test_store_rkpd_attestation_key()
314 assert_eq!(new_key.keyBlob, new_blob); in test_store_rkpd_attestation_key()
/aosp_15_r20/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
H A Dauthorization_set.h244 hidl_vec<uint8_t> new_blob; in Authorization() local
245 new_blob.setToExternal(const_cast<uint8_t*>(data), data_length); in Authorization()
246 push_back(ttag, new_blob); in Authorization()
/aosp_15_r20/libcore/tools/expected_upstream/
H A Dojluni_upgrade_identicals.py97 new_blob = commit.tree[new_src_path]
98 if current_blob.data_stream.read() == new_blob.data_stream.read():
/aosp_15_r20/hardware/interfaces/security/keymint/support/include/keymint_support/
H A Dauthorization_set.h238 vector<uint8_t> new_blob(data, data + data_length); in Authorization()
239 push_back(ttag, new_blob); in Authorization()
/aosp_15_r20/system/security/keystore2/src/
H A Dsecurity_level.rs1181 |new_blob| { in test_rkpd_attestation_key_upgrade()
1185 store_rkpd_attestation_key(&rpc_name, &key.keyBlob, new_blob).unwrap(); in test_rkpd_attestation_key_upgrade()
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintTest.cpp8349 std::vector<uint8_t> new_blob; in TEST_P() local
8355 &new_blob); in TEST_P()