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

  /system/tpm/trunks/
error_codes.cc 149 case trunks::TPM_RC_SIGNATURE:
150 return "TPM_RC_SIGNATURE";
tpm_utility_impl.cc 656 if (return_code == TPM_RC_SIGNATURE) {
658 return TPM_RC_SIGNATURE;
659 } else if (return_code && return_code != TPM_RC_SIGNATURE) {
    [all...]
tpm_generated.h 708 constexpr TPM_RC TPM_RC_SIGNATURE = RC_FMT1 + 0x01B;
    [all...]
  /external/tpm2/
CryptUtil.c 657 // TPM_RC_SIGNATURE if invalid input or signature is not genuine
678 return TPM_RC_SIGNATURE;
    [all...]
tpm_types.h 115 #define TPM_RC_SIGNATURE ((TPM_RC)(RC_FMT1 + 0x01B))
    [all...]
tpm_generated.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 399 #define TPM_RC_SIGNATURE (TPM_RC)(RC_FMT1 + 0x01B)
    [all...]

Completed in 98 milliseconds