Searched refs:parent_handle (Results 1 – 7 of 7) sorted by relevance
/u-boot/cmd/ |
A D | tpm-v1.c | 401 u32 parent_handle = 0; in do_tpm_load_key_by_sha1() local 422 err = tpm_find_key_sha1(usage_auth, parent_hash, &parent_handle); in do_tpm_load_key_by_sha1() 428 printf("Found parent key %08x\n", parent_handle); in do_tpm_load_key_by_sha1() 430 err = tpm_load_key2_oiap(parent_handle, key, key_len, usage_auth, in do_tpm_load_key_by_sha1() 444 u32 parent_handle, key_len, key_handle, err; in do_tpm_load_key2_oiap() local 457 parent_handle = simple_strtoul(argv[1], NULL, 0); in do_tpm_load_key2_oiap() 464 err = tpm_load_key2_oiap(dev, parent_handle, key, key_len, usage_auth, in do_tpm_load_key2_oiap()
|
/u-boot/board/gdsys/a38x/ |
A D | hre.c | 353 uint32_t parent_handle; in hre_op_loadkey() local 358 if (find_key(tpm, src_reg->digest, dst_reg->digest, &parent_handle)) in hre_op_loadkey() 360 hre_tpm_err = tpm_load_key2_oiap(tpm, parent_handle, key, key_size, in hre_op_loadkey()
|
/u-boot/board/gdsys/p1022/ |
A D | controlcenterd-id.c | 597 uint32_t parent_handle; in hre_op_loadkey() local 602 if (find_key(tpm, src_reg->digest, dst_reg->digest, &parent_handle)) in hre_op_loadkey() 604 hre_tpm_err = tpm_load_key2_oiap(tpm, parent_handle, key, key_size, in hre_op_loadkey()
|
/u-boot/include/ |
A D | tpm-v1.h | 485 u32 tpm_load_key2_oiap(struct udevice *dev, u32 parent_handle, const void *key,
|
A D | efi_api.h | 459 void *parent_handle; member
|
/u-boot/lib/ |
A D | tpm-v1.c | 705 u32 tpm_load_key2_oiap(struct udevice *dev, u32 parent_handle, const void *key, in tpm_load_key2_oiap() argument 735 req_parent_handle_offset, parent_handle, in tpm_load_key2_oiap()
|
/u-boot/lib/efi_loader/ |
A D | efi_boottime.c | 2070 info->parent_handle = parent_image; in efi_load_image()
|
Completed in 29 milliseconds