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

  /external/tpm2/
stubs_sym.c 17 #ifdef TPM_ALG_SM4 // Both AES and SM4 use the same block size
18 case TPM_ALG_SM4:
AlgorithmCap.c 56 #ifdef TPM_ALG_SM4
57 {TPM_ALG_SM4, {0, 1, 0, 0, 0, 0, 0, 0, 0}},
CpriSym.c 53 #ifdef TPM_ALG_SM4 // Both AES and SM4 use the same block size
54 case TPM_ALG_SM4:
482 #ifdef TPM_ALG_SM4
895 #endif //% TPM_ALG_SM4
CryptUtil.c     [all...]
tpm_generated.c 669 #ifdef TPM_ALG_SM4
670 if (*target == TPM_ALG_SM4) {
    [all...]
tpm_types.h     [all...]
Implementation.h 359 #define TPM_ALG_SM4 (TPM_ALG_ID)(0x0013)
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Session.c 115 case TPM_ALG_SM4:
Tpm2Capability.c 673 case TPM_ALG_SM4:
699 case TPM_ALG_SM4:
747 case TPM_ALG_SM4:
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 188 #define TPM_ALG_SM4 (TPM_ALG_ID)(0x0013)
    [all...]
  /system/tpm/trunks/
tpm_generated.h 505 constexpr TPM_ALG_ID TPM_ALG_SM4 = 0x0013;
    [all...]
tpm_generated.cc     [all...]

Completed in 498 milliseconds