Searched refs:key_handles (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/board/gdsys/a38x/ |
H A D | hre.c | 142 uint32_t key_handles[10]; in find_key() local 158 key_handles[i] = get_unaligned_be32(ptr); in find_key() 163 err = tpm_get_pub_key_oiap(tpm, key_handles[i], auth, buf, in find_key() 171 *handle = key_handles[i]; in find_key()
|
/openbmc/u-boot/lib/ |
H A D | tpm-v1.c | 835 u32 key_handles[10]; in tpm1_find_key_sha1() local 851 key_handles[i] = get_unaligned_be32(ptr); in tpm1_find_key_sha1() 856 err = tpm1_get_pub_key_oiap(dev, key_handles[i], auth, buf, &buf_len); in tpm1_find_key_sha1() 863 *handle = key_handles[i]; in tpm1_find_key_sha1()
|
/openbmc/u-boot/board/gdsys/p1022/ |
H A D | controlcenterd-id.c | 302 uint32_t key_handles[10]; in find_key() local 318 key_handles[i] = get_unaligned_be32(ptr); in find_key() 323 err = tpm_get_pub_key_oiap(tpm, key_handles[i], auth, buf, in find_key() 331 *handle = key_handles[i]; in find_key()
|