Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptSelfTest.c154 toDoList->count < MAX_ALG_LIST_SIZE && alg <= TPM_ALG_LAST; in CryptIncrementalSelfTest()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmProfile.h190 #ifndef MAX_ALG_LIST_SIZE
191 #define MAX_ALG_LIST_SIZE 64 macro
DTpmTypes.h1492 TPM_ALG_ID algorithms[MAX_ALG_LIST_SIZE];
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/reference/include/
DImplementation.h187 #define MAX_ALG_LIST_SIZE 64 macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableMarshalData.c1323 {RANGE(0, MAX_ALG_LIST_SIZE, UINT32)}},
DMarshal.c2511 if((target->count) > MAX_ALG_LIST_SIZE) in TPML_ALG_Unmarshal()