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

  /external/tpm2/
AlgorithmCap.c 102 #ifdef TPM_ALG_CBC
103 {TPM_ALG_CBC, {0, 1, 0, 0, 0, 0, 1, 0, 0}},
EncryptDecrypt.c 70 if( (in->mode == TPM_ALG_CBC || in->mode == TPM_ALG_ECB)
CryptUtil.c     [all...]
Implementation.h 436 #define TPM_ALG_CBC (TPM_ALG_ID)(0x0042)
    [all...]
tpm_generated.c 764 #ifdef TPM_ALG_CBC
765 if (*target == TPM_ALG_CBC) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 206 #define TPM_ALG_CBC (TPM_ALG_ID)(0x0042)
    [all...]
  /system/tpm/trunks/
tpm_generated.h 523 constexpr TPM_ALG_ID TPM_ALG_CBC = 0x0042;
    [all...]

Completed in 256 milliseconds