Home | History | Annotate | Download | only in tpm2

Lines Matching refs:MAX_CAP_HANDLES

704      // The maximum count of handles we may return is MAX_CAP_HANDLES
705 if(count > MAX_CAP_HANDLES) count = MAX_CAP_HANDLES;
764 // The maximum count of handles we may return is MAX_CAP_HANDLES
765 if(count > MAX_CAP_HANDLES) count = MAX_CAP_HANDLES;