Searched refs:MAX_CAP_ALGS (Results 1 – 8 of 8) sorted by relevance
139 if(count > MAX_CAP_ALGS) in AlgorithmCapGetImplemented()140 count = MAX_CAP_ALGS; in AlgorithmCapGetImplemented()
11 #define MAX_CAP_ALGS (ALG_LAST_VALUE - ALG_FIRST_VALUE + 1) macro
823 TPMS_ALG_PROPERTY algProperties[MAX_CAP_ALGS];
4654 if (target->count > MAX_CAP_ALGS) { in TPML_ALG_PROPERTY_Unmarshal()
1478 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;
1107 _MAX count MAX_CAP_ALGS
11616 algProperties[count]{:MAX_CAP_ALGS}
11635 algProperties [count] {:MAX_CAP_ALGS}