Searched refs:new_blob (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/system/libufdt/tests/src/ |
H A D | ufdt_overlay_test_app.c | 31 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 D | make_dev_ssd.sh | 223 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 D | authorization_set.h | 202 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 D | tests.rs | 306 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 D | authorization_set.h | 244 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 D | ojluni_upgrade_identicals.py | 97 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 D | authorization_set.h | 238 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 D | security_level.rs | 1181 |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 D | KeyMintTest.cpp | 8349 std::vector<uint8_t> new_blob; in TEST_P() local 8355 &new_blob); in TEST_P()
|