Home | History | Annotate | Download | only in tpm2

Lines Matching refs:MAX_CAP_HANDLES

1269      // The maximum count of handles we may return is MAX_CAP_HANDLES
1270 if(count > MAX_CAP_HANDLES) count = MAX_CAP_HANDLES;