Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dtpm.h513 uint32_t tpm_read_pubek(void *data, size_t count);
/OK3568_Linux_fs/u-boot/cmd/
H A Dtpm_test.c93 result = tpm_read_pubek(response, sizeof(response)); in tpm_is_owned()
H A Dtpm.c386 rc = tpm_read_pubek(data, count); in do_tpm_read_pubek()
/OK3568_Linux_fs/u-boot/lib/
H A Dtpm.c486 uint32_t tpm_read_pubek(void *data, size_t count) in tpm_read_pubek() function