Searched refs:tpm_get_pub_key_oiap (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/include/ |
D | tpm-v1.h | 428 u32 tpm_get_pub_key_oiap(u32 key_handle, const void *usage_auth, void *pubkey,
|
/external/u-boot/lib/ |
D | tpm-v1.c | 705 u32 tpm_get_pub_key_oiap(u32 key_handle, const void *usage_auth, void *pubkey, in tpm_get_pub_key_oiap() function 794 err = tpm_get_pub_key_oiap(key_handles[i], auth, buf, &buf_len); in tpm_find_key_sha1()
|
/external/u-boot/board/gdsys/a38x/ |
D | hre.c | 160 err = tpm_get_pub_key_oiap(key_handles[i], auth, buf, &buf_len); in find_key()
|
/external/u-boot/cmd/ |
D | tpm-v1.c | 398 err = tpm_get_pub_key_oiap(key_handle, usage_auth, pub_key_buffer, in do_tpm_get_pub_key_oiap()
|
/external/u-boot/board/gdsys/p1022/ |
D | controlcenterd-id.c | 308 err = tpm_get_pub_key_oiap(key_handles[i], auth, buf, &buf_len); in find_key()
|