Home | History | Annotate | Download | only in tpm2

Lines Matching refs:MAX_CAP_HANDLES

1648 //       MAX_CAP_HANDLES
1715 // The maximum count of handles we may return is MAX_CAP_HANDLES
1716 if(count > MAX_CAP_HANDLES) count = MAX_CAP_HANDLES;
1765 // The maximum count of handles we may return is MAX_CAP_HANDLES
1766 if(count > MAX_CAP_HANDLES) count = MAX_CAP_HANDLES;