Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dtpm.h614 uint32_t tpm_get_pub_key_oiap(uint32_t key_handle, const void *usage_auth,
/rk3399_rockchip-uboot/board/gdsys/a38x/
H A Dhre.c161 err = tpm_get_pub_key_oiap(key_handles[i], auth, buf, &buf_len); in find_key()
/rk3399_rockchip-uboot/lib/
H A Dtpm.c948 uint32_t tpm_get_pub_key_oiap(uint32_t key_handle, const void *usage_auth, in tpm_get_pub_key_oiap() function
1036 err = tpm_get_pub_key_oiap(key_handles[i], auth, buf, &buf_len); in tpm_find_key_sha1()
/rk3399_rockchip-uboot/cmd/
H A Dtpm.c675 err = tpm_get_pub_key_oiap(key_handle, usage_auth, in do_tpm_get_pub_key_oiap()
/rk3399_rockchip-uboot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c309 err = tpm_get_pub_key_oiap(key_handles[i], auth, buf, &buf_len); in find_key()