Home
last modified time | relevance | path

Searched refs:tpm1_find_key_sha1 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dtpm-v1.h546 u32 tpm1_find_key_sha1(struct udevice *dev, const u8 auth[20],
/openbmc/u-boot/cmd/
H A Dtpm-v1.c424 err = tpm1_find_key_sha1(dev, usage_auth, parent_hash, &parent_handle); in do_tpm_load_key_by_sha1()
/openbmc/u-boot/lib/
H A Dtpm-v1.c831 u32 tpm1_find_key_sha1(struct udevice *dev, const u8 auth[20], in tpm1_find_key_sha1() function