Home
last modified time | relevance | path

Searched refs:MAX_CAP_ALGS (Results 1 – 8 of 8) 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.c4654 if (target->count > MAX_CAP_ALGS) { in TPML_ALG_PROPERTY_Unmarshal()
Dpart4.txt1478 4 #define MAX_CAP_ALGS (ALG_LAST_VALUE - ALG_FIRST_VALUE + 1)
15627 124 // The maximum count of algorithms we may return is MAX_CAP_ALGS.
15628 125 if(count > MAX_CAP_ALGS)
15629 126 count = MAX_CAP_ALGS;
/external/tpm2/generator/
Dstructures.txt1107 _MAX count MAX_CAP_ALGS
Draw_structures.txt11616 algProperties[count]{:MAX_CAP_ALGS}
Draw_structures_fixed.txt11635 algProperties [count] {:MAX_CAP_ALGS}