Home
last modified time | relevance | path

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

/external/tpm2/
DAlgorithmCap.c139 if(count > MAX_CAP_ALGS) in AlgorithmCapGetImplemented()
140 count = MAX_CAP_ALGS; in AlgorithmCapGetImplemented()
DCapabilities.h11 #define MAX_CAP_ALGS (ALG_LAST_VALUE - ALG_FIRST_VALUE + 1) macro
Dtpm_types.h823 TPMS_ALG_PROPERTY algProperties[MAX_CAP_ALGS];
Dtpm_generated.c4658 if (target->count > MAX_CAP_ALGS) { in TPML_ALG_PROPERTY_Unmarshal()