HomeSort by relevance Sort by last modified time
    Searched refs:MAX_CAP_ALGS (Results 1 - 5 of 5) sorted by null

  /external/tpm2/
Capabilities.h 11 #define MAX_CAP_ALGS (ALG_LAST_VALUE - ALG_FIRST_VALUE + 1)
AlgorithmCap.c 138 // The maximum count of algorithms we may return is MAX_CAP_ALGS.
139 if(count > MAX_CAP_ALGS)
140 count = MAX_CAP_ALGS;
tpm_types.h 823 TPMS_ALG_PROPERTY algProperties[MAX_CAP_ALGS];
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
tpm_generated.h 334 #if !defined(MAX_CAP_ALGS)
335 #define MAX_CAP_ALGS (TPM_ALG_LAST - TPM_ALG_FIRST + 1)
    [all...]

Completed in 503 milliseconds