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

  /external/tpm2/
CpriHashData.c 23 #ifdef TPM_ALG_SM3_256
24 {TPM_ALG_SM3_256, SM3_256_DIGEST_SIZE, SM3_256_BLOCK_SIZE,
AlgorithmCap.c 53 #ifdef TPM_ALG_SM3_256
54 {TPM_ALG_SM3_256, {0, 0, 1, 0, 0, 0, 0, 0, 0}},
Global.h 384 #ifdef TPM_ALG_SM3_256
    [all...]
PCR.c 271 #ifdef TPM_ALG_SM3_256
272 case TPM_ALG_SM3_256:
360 #ifdef TPM_ALG_SM3_256
361 case TPM_ALG_SM3_256:
    [all...]
CpriHash.c 59 #ifdef TPM_ALG_SM3_256
60 case TPM_ALG_SM3_256:
    [all...]
Implementation.h 355 #define TPM_ALG_SM3_256 (TPM_ALG_ID)(0x0012)
    [all...]
tpm_generated.c 664 #ifdef TPM_ALG_SM3_256
665 if (*target == TPM_ALG_SM3_256) {
898 #ifdef TPM_ALG_SM3_256
899 case TPM_ALG_SM3_256:
    [all...]
CpriDataEcc.c 413 {TPM_ALG_KDF1_SP800_56A,TPM_ALG_SM3_256},
tpm_types.h 609 #ifdef TPM_ALG_SM3_256
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Help.c 31 {TPM_ALG_SM3_256, SM3_256_DIGEST_SIZE, HASH_ALG_SM3_256},
229 case TPM_ALG_SM3_256:
Tpm2Capability.c 565 case TPM_ALG_SM3_256:
Tpm2Integrity.c 636 PcrAllocation.pcrSelections[PcrAllocation.count].hash = TPM_ALG_SM3_256;
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
Tcg2ConfigImpl.c 597 case TPM_ALG_SM3_256:
680 case TPM_ALG_SM3_256:
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
TrEEDxe.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 187 #define TPM_ALG_SM3_256 (TPM_ALG_ID)(0x0012)
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
Tcg2Dxe.c     [all...]
  /system/tpm/trunks/
tpm_generated.h 504 constexpr TPM_ALG_ID TPM_ALG_SM3_256 = 0x0012;
    [all...]
tpm_generated.cc     [all...]

Completed in 781 milliseconds