Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/platform/
DEPS.c46 #define TEE_EPS_SIZE (256/2) // From TPM2B_RSA_TEST_PRIME in Hierarchy.c macro
52 uint8_t EPS[TEE_EPS_SIZE] = { 0 }; in _plat__GetEPS()
56 IMSG("EPS=%d",TEE_EPS_SIZE); in _plat__GetEPS()
58 pAssert(Size <= (TEE_EPS_SIZE)); in _plat__GetEPS()
70 _plat__GetEntropy(EndorsementSeed, TEE_EPS_SIZE); in _plat__GetEPS()