/external/u-boot/cmd/ |
D | tpm-v1.c | 322 u32 parent_handle = 0; in do_tpm_load_key_by_sha1() local 338 err = tpm_find_key_sha1(usage_auth, parent_hash, &parent_handle); in do_tpm_load_key_by_sha1() 344 printf("Found parent key %08x\n", parent_handle); in do_tpm_load_key_by_sha1() 346 err = tpm_load_key2_oiap(parent_handle, key, key_len, usage_auth, in do_tpm_load_key_by_sha1() 360 u32 parent_handle, key_len, key_handle, err; in do_tpm_load_key2_oiap() local 367 parent_handle = simple_strtoul(argv[1], NULL, 0); in do_tpm_load_key2_oiap() 374 err = tpm_load_key2_oiap(parent_handle, key, key_len, usage_auth, in do_tpm_load_key2_oiap()
|
/external/ltp/testcases/kernel/device-drivers/acpi/ |
D | ltp_acpi_cmds.c | 239 acpi_handle parent_handle; in acpi_init() local 254 status = acpi_get_handle(NULL, "\\_SB", &parent_handle); in acpi_init() 260 parent_handle, 0, &dev_handle) == 0) { in acpi_init() 261 parent_handle = dev_handle; in acpi_init() 273 status = acpi_get_parent(dev_handle, &parent_handle); in acpi_init()
|
/external/u-boot/board/gdsys/a38x/ |
D | hre.c | 343 uint32_t parent_handle; in hre_op_loadkey() local 348 if (find_key(src_reg->digest, dst_reg->digest, &parent_handle)) in hre_op_loadkey() 350 hre_tpm_err = tpm_load_key2_oiap(parent_handle, key, key_size, in hre_op_loadkey()
|
/external/syzkaller/sys/fuchsia/ |
D | vmars.txt | 8 zx_vmar_allocate(parent_handle zx_vmar, offset intptr, size intptr, map_flags flags[vmar_allocate_f…
|
/external/iproute2/tc/ |
D | tc_filter.c | 340 __u32 parent_handle = 0; in tc_filter_get() local 379 if (get_tc_classid(&parent_handle, *argv)) in tc_filter_get() 381 req.t.tcm_parent = parent_handle; in tc_filter_get()
|
/external/u-boot/board/gdsys/p1022/ |
D | controlcenterd-id.c | 572 uint32_t parent_handle; in hre_op_loadkey() local 577 if (find_key(src_reg->digest, dst_reg->digest, &parent_handle)) in hre_op_loadkey() 579 hre_tpm_err = tpm_load_key2_oiap(parent_handle, key, key_size, in hre_op_loadkey()
|
/external/u-boot/include/ |
D | tpm-v1.h | 412 u32 tpm_load_key2_oiap(u32 parent_handle, const void *key, size_t key_length,
|
D | efi_api.h | 323 void *parent_handle; member
|
/external/u-boot/lib/ |
D | tpm-v1.c | 640 u32 tpm_load_key2_oiap(u32 parent_handle, const void *key, size_t key_length, in tpm_load_key2_oiap() argument 669 req_parent_handle_offset, parent_handle, in tpm_load_key2_oiap()
|
/external/libchrome/base/metrics/ |
D | field_trial.cc | 1243 HANDLE parent_handle = OpenProcess(PROCESS_ALL_ACCESS, FALSE, parent_pid); in DeserializeSharedMemoryHandleMetadata() local 1244 DuplicateHandle(parent_handle, handle, GetCurrentProcess(), &handle, 0, in DeserializeSharedMemoryHandleMetadata() 1246 CloseHandle(parent_handle); in DeserializeSharedMemoryHandleMetadata()
|
/external/u-boot/lib/efi_loader/ |
D | efi_boottime.c | 1625 info->parent_handle = parent_image; in efi_load_image()
|