Searched refs:parent_handle (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | tpm.c | 599 uint32_t parent_handle = 0; in do_tpm_load_key_by_sha1() local 615 err = tpm_find_key_sha1(usage_auth, parent_hash, &parent_handle); in do_tpm_load_key_by_sha1() 621 printf("Found parent key %08x\n", parent_handle); in do_tpm_load_key_by_sha1() 623 err = tpm_load_key2_oiap(parent_handle, key, key_len, usage_auth, in do_tpm_load_key_by_sha1() 637 uint32_t parent_handle, key_len, key_handle, err; in do_tpm_load_key2_oiap() local 644 parent_handle = simple_strtoul(argv[1], NULL, 0); in do_tpm_load_key2_oiap() 651 err = tpm_load_key2_oiap(parent_handle, key, key_len, usage_auth, in do_tpm_load_key2_oiap()
|
| /rk3399_rockchip-uboot/board/gdsys/a38x/ |
| H A D | hre.c | 344 uint32_t parent_handle; in hre_op_loadkey() local 349 if (find_key(src_reg->digest, dst_reg->digest, &parent_handle)) in hre_op_loadkey() 351 hre_tpm_err = tpm_load_key2_oiap(parent_handle, key, key_size, in hre_op_loadkey()
|
| /rk3399_rockchip-uboot/board/gdsys/p1022/ |
| H A D | controlcenterd-id.c | 573 uint32_t parent_handle; in hre_op_loadkey() local 578 if (find_key(src_reg->digest, dst_reg->digest, &parent_handle)) in hre_op_loadkey() 580 hre_tpm_err = tpm_load_key2_oiap(parent_handle, key, key_size, in hre_op_loadkey()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | tpm.h | 596 uint32_t tpm_load_key2_oiap(uint32_t parent_handle,
|
| H A D | efi_api.h | 256 void *parent_handle; member
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | tpm.c | 882 uint32_t tpm_load_key2_oiap(uint32_t parent_handle, in tpm_load_key2_oiap() argument 913 req_parent_handle_offset, parent_handle, in tpm_load_key2_oiap()
|