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

  /system/tpm/trunks/
error_codes.cc 92 case trunks::TPM_RC_SIGNATURE: return "TPM_RC_SIGNATURE";
tpm_utility_impl.cc 668 if (return_code == TPM_RC_SIGNATURE) {
670 return TPM_RC_SIGNATURE;
671 } else if (return_code && return_code != TPM_RC_SIGNATURE) {
    [all...]
tpm_generated.h 677 const 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...]

Completed in 889 milliseconds