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

  /external/tpm2/
CpriHashData.c 11 #ifdef TPM_ALG_SHA1
12 {TPM_ALG_SHA1, SHA1_DIGEST_SIZE, SHA1_BLOCK_SIZE,
AlgorithmCap.c 25 #ifdef TPM_ALG_SHA1
26 {TPM_ALG_SHA1, {0, 0, 1, 0, 0, 0, 0, 0, 0}},
Global.h 372 #ifdef TPM_ALG_SHA1
    [all...]
PCR.c 251 #ifdef TPM_ALG_SHA1
252 case TPM_ALG_SHA1:
340 #ifdef TPM_ALG_SHA1
341 case TPM_ALG_SHA1:
    [all...]
CpriHash.c 39 #ifdef TPM_ALG_SHA1
40 case TPM_ALG_SHA1:
    [all...]
marshal_test.c 399 value.t.nvPublic.nameAlg = TPM_ALG_SHA1;
Implementation.h 316 #define TPM_ALG_SHA1 (TPM_ALG_ID)(0x0004)
    [all...]
tpm_generated.c 614 #ifdef TPM_ALG_SHA1
615 if (*target == TPM_ALG_SHA1) {
886 #ifdef TPM_ALG_SHA1
887 case TPM_ALG_SHA1:
    [all...]
tpm_types.h 597 #ifdef TPM_ALG_SHA1
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/HashInstanceLibSha1/
HashInstanceLibSha1.c 38 DigestList->digests[0].hashAlg = TPM_ALG_SHA1;
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Help.c 28 {TPM_ALG_SHA1, SHA1_DIGEST_SIZE},
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Pei/
Tcg2Pei.c 296 case TPM_ALG_SHA1:
385 case TPM_ALG_SHA1:
450 Status = Tpm2GetDigestFromDigestList (TPM_ALG_SHA1, DigestList, &NewEventHdr->Digest);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
Tcg2ConfigImpl.c 308 case TPM_ALG_SHA1:
403 case TPM_ALG_SHA1:
  /device/linaro/bootloader/edk2/SecurityPkg/Library/HashLibTpm2/
HashLibTpm2.c 31 {TPM_ALG_SHA1, HASH_ALG_SHA1},
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
Tcg2Dxe.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEPei/
TrEEPei.c 252 Status = Tpm2GetDigestFromDigestList (TPM_ALG_SHA1, DigestList, &NewEventHdr->Digest);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
TrEEDxe.c 689 Status = Tpm2GetDigestFromDigestList (TPM_ALG_SHA1, DigestList, &NewEventHdr->Digest);
    [all...]
  /system/tpm/trunks/
tpm_utility_test.cc 114 pcrs->pcr_selections[pcrs->count].hash = TPM_ALG_SHA1;
    [all...]
tpm_utility_impl.cc 62 case trunks::TPM_ALG_SHA1:
    [all...]
tpm_generated.h 494 constexpr TPM_ALG_ID TPM_ALG_SHA1 = 0x0004;
    [all...]
tpm_generated.cc     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DxeTcg2PhysicalPresenceLib.c 148 PcrAllocation.pcrSelections[PcrAllocation.count].hash = TPM_ALG_SHA1;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 177 #define TPM_ALG_SHA1 (TPM_ALG_ID)(0x0004)
    [all...]

Completed in 274 milliseconds