Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dtpm-v1.h102 TPM_PUBEK_SIZE = 256, enumerator
/openbmc/u-boot/cmd/
H A Dtpm_test.c75 uint8_t response[TPM_PUBEK_SIZE]; in tpm_is_owned()
/openbmc/u-boot/lib/
H A Dtpm-v1.c304 u8 response[COMMAND_BUFFER_SIZE + TPM_PUBEK_SIZE]; in tpm1_read_pubek()