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

  /external/tpm2/
CryptSelfTest.c 144 CryptTestAlgorithm(TPM_ALG_ERROR, &g_toTest);
155 // TPM_ALG_ERROR, TestAlgorithm() will CLEAR any bit in toTest for which it has no test. This allows the
183 if(alg != TPM_ALG_ERROR)
Implementation.h 305 #define TPM_ALG_ERROR (TPM_ALG_ID)(0x0000)
    [all...]
tpm_generated.c 599 #ifdef TPM_ALG_ERROR
600 if (*target == TPM_ALG_ERROR) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 173 #define TPM_ALG_ERROR (TPM_ALG_ID)(0x0000)
    [all...]
  /system/tpm/trunks/
tpm_utility_impl.cc     [all...]
tpm_generated.h 490 constexpr TPM_ALG_ID TPM_ALG_ERROR = 0x0000;
    [all...]

Completed in 720 milliseconds