Home
last modified time | relevance | path

Searched refs:tpm_load_key2_oiap (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dtpm.c623 err = tpm_load_key2_oiap(parent_handle, key, key_len, usage_auth, in do_tpm_load_key_by_sha1()
651 err = tpm_load_key2_oiap(parent_handle, key, key_len, usage_auth, in do_tpm_load_key2_oiap()
/OK3568_Linux_fs/u-boot/include/
H A Dtpm.h596 uint32_t tpm_load_key2_oiap(uint32_t parent_handle,
/OK3568_Linux_fs/u-boot/board/gdsys/a38x/
H A Dhre.c351 hre_tpm_err = tpm_load_key2_oiap(parent_handle, key, key_size, in hre_op_loadkey()
/OK3568_Linux_fs/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c580 hre_tpm_err = tpm_load_key2_oiap(parent_handle, key, key_size, in hre_op_loadkey()
/OK3568_Linux_fs/u-boot/lib/
H A Dtpm.c882 uint32_t tpm_load_key2_oiap(uint32_t parent_handle, in tpm_load_key2_oiap() function