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

  /external/tpm2/
PolicyAuthorize.c 15 // TPM_RC_HASH hash algorithm in keyName is not supported
44 return TPM_RC_HASH + RC_PolicyAuthorize_keySign;
Commit.c 18 // TPM_RC_HASH invalid name algorithm in keyHandle
94 return TPM_RC_HASH + RC_Commit_signHandle;
marshal_test.c 346 CHECK_EQ(rc, TPM_RC_HASH);
Object_spt.c 23 // TPM_RC_HASH mismatched name algorithm
40 return TPM_RC_HASH;
330 // TPM_RC_HASH non-duplicable storage key and its parent have different name
436 // TPM_RC_HASH or TPM_RC_ASYMMETRIC may be returned at this point
511 // TPM_RC_HASH non-duplicable storage key and its parent have different name
537 return TPM_RC_HASH;
    [all...]
tpm_types.h 96 #define TPM_RC_HASH ((TPM_RC)(RC_FMT1 + 0x003))
    [all...]
tpm_generated.c 880 return allow_conditional_value ? TPM_RC_SUCCESS : TPM_RC_HASH;
905 return TPM_RC_HASH;
    [all...]
  /system/tpm/trunks/
error_codes.cc 111 case trunks::TPM_RC_HASH:
112 return "TPM_RC_HASH";
tpm_generated.h 689 constexpr TPM_RC TPM_RC_HASH = RC_FMT1 + 0x003;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 380 #define TPM_RC_HASH (TPM_RC)(RC_FMT1 + 0x003)
    [all...]

Completed in 1439 milliseconds