Home | History | Annotate | Download | only in tpm2

Lines Matching refs:MAX_PCR_PROPERTIES

1219       // The maximum count of properties we may return is MAX_PCR_PROPERTIES
1220 if(count > MAX_PCR_PROPERTIES) count = MAX_PCR_PROPERTIES;