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

  /external/tpm2/
EC_Ephemeral.c 15 // TPM_RC_NO_RESULT private key generation failed
31 return TPM_RC_NO_RESULT;
Commit.c 21 // TPM_RC_NO_RESULT K, L or E was a point at infinity; or failed to generate r value
73 return TPM_RC_NO_RESULT;
98 return TPM_RC_NO_RESULT;
ECDH_KeyGen.c 58 // The other possible error is TPM_RC_NO_RESULT indicating that the
62 while(result == TPM_RC_NO_RESULT);
tpm_types.h 90 #define TPM_RC_NO_RESULT ((TPM_RC)(RC_VER1 + 0x054))
    [all...]
CryptUtil.c 25 // TPM_RC_NO_RESULT CRYPT_NO_RESULT
44 return TPM_RC_NO_RESULT;
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
error_codes.cc 103 case trunks::TPM_RC_NO_RESULT:
104 return "TPM_RC_NO_RESULT";
tpm_generated.h 683 constexpr TPM_RC TPM_RC_NO_RESULT = RC_VER1 + 0x054;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 374 #define TPM_RC_NO_RESULT (TPM_RC)(RC_VER1 + 0x054)
    [all...]

Completed in 55 milliseconds