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

  /external/tpm2/
CpriHashData.c 10 const HASH_INFO g_hashData[HASH_COUNT + 1] = {
_TPM_Hash_Data.c 36 for(i = 0; i < HASH_COUNT; i++)
PCR_Event.c 49 out->digests.count = HASH_COUNT;
52 for(i = 0; i < HASH_COUNT; i++)
_TPM_Hash_End.c 54 for(i = 0; i < HASH_COUNT; i++)
EventSequenceComplete.c 65 for(i = 0; i < HASH_COUNT; i++)
SequenceUpdate.c 40 for(i = 0; i < HASH_COUNT; i++)
Context_spt.c 126 count = HASH_COUNT;
CryptoEngine.h 106 extern const HASH_INFO g_hashData[HASH_COUNT + 1];
Global.h 219 HASH_STATE hashState[HASH_COUNT];
    [all...]
PCR.c 216 for(gp.pcrAllocated.count = 0; gp.pcrAllocated.count < HASH_COUNT;
    [all...]
CpriHash.c 193 if(index >= HASH_COUNT)
    [all...]
tpm_types.h 802 TPMT_HA digests[HASH_COUNT];
817 TPMS_PCR_SELECTION pcrSelections[HASH_COUNT];
    [all...]
Implementation.h     [all...]
tpm_generated.c 989 if (target->count > HASH_COUNT) {
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/HashLibBaseCryptoRouter/
HashLibBaseCryptoRouterPei.c 36 HASH_INTERFACE HashInterface[HASH_COUNT];
280 if (HashInterfaceHob->HashInterfaceCount >= HASH_COUNT) {
HashLibBaseCryptoRouterDxe.c 28 HASH_INTERFACE mHashInterface[HASH_COUNT] = {{{0}, NULL, NULL, NULL}};
  /device/linaro/bootloader/edk2/SecurityPkg/Library/HashLibTpm2/
HashLibTpm2.c 185 DigestList->count = HASH_COUNT;
286 DigestList->count = HASH_COUNT;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 144 #define HASH_COUNT 5
    [all...]
  /system/vold/
cryptfs.cpp 74 #define HASH_COUNT 2000
    [all...]
  /external/libdrm/intel/
uthash.h     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
Tcg2Dxe.c     [all...]
  /system/tpm/trunks/
tpm_generated.h 383 #if !defined(HASH_COUNT)
384 #define HASH_COUNT 3
    [all...]

Completed in 619 milliseconds