Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DAlgorithmCap.c184 if(count > MAX_CAP_ALGS) in AlgorithmCapGetImplemented()
185 count = MAX_CAP_ALGS; in AlgorithmCapGetImplemented()
DTableMarshalData.c1335 {RANGE(0, MAX_CAP_ALGS, UINT32)}},
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCapabilities.h39 #define MAX_CAP_ALGS (MAX_CAP_DATA / sizeof(TPMS_ALG_PROPERTY)) macro
DTpmTypes.h1517 TPMS_ALG_PROPERTY algProperties[MAX_CAP_ALGS];