OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPM_PUBEK_SIZE
(Results
1 - 6
of
6
) sorted by null
/external/vboot_reference/utility/include/
tpmextras.h
16
#define
TPM_PUBEK_SIZE
256
/external/vboot_reference/firmware/include/
tss_constants.h
14
#define
TPM_PUBEK_SIZE
256
/external/u-boot/include/
tpm-v1.h
93
TPM_PUBEK_SIZE
= 256,
/external/u-boot/cmd/
tpm_test.c
89
uint8_t response[
TPM_PUBEK_SIZE
];
/external/vboot_reference/firmware/lib/tpm_lite/
tlcl.c
295
uint8_t response[TPM_LARGE_ENOUGH_COMMAND_SIZE +
TPM_PUBEK_SIZE
];
/external/u-boot/lib/
tpm-v1.c
254
u8 response[COMMAND_BUFFER_SIZE +
TPM_PUBEK_SIZE
];
Completed in 285 milliseconds