Home
last modified time | relevance | path

Searched refs:tpm_read_pubek (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dtpm_api.h124 u32 tpm_read_pubek(struct udevice *dev, void *data, size_t count);
/openbmc/u-boot/lib/
H A Dtpm_api.c201 u32 tpm_read_pubek(struct udevice *dev, void *data, size_t count) in tpm_read_pubek() function
/openbmc/u-boot/cmd/
H A Dtpm_test.c78 result = tpm_read_pubek(dev, response, sizeof(response)); in tpm_is_owned()
H A Dtpm-v1.c204 rc = tpm_read_pubek(dev, data, count); in do_tpm_read_pubek()