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

  /system/tpm/trunks/
error_codes.cc 107 case trunks::TPM_RC_ASYMMETRIC:
108 return "TPM_RC_ASYMMETRIC";
tpm_generated.h 687 constexpr TPM_RC TPM_RC_ASYMMETRIC = RC_FMT1 + 0x001;
    [all...]
  /external/tpm2/
Object_spt.c 22 // TPM_RC_ASYMMETRIC mismatched parameters
54 return TPM_RC_ASYMMETRIC;
326 // TPM_RC_ASYMMETRIC non-duplicable storage key and its parent have different public
436 // TPM_RC_HASH or TPM_RC_ASYMMETRIC may be returned at this point
504 // TPM_RC_ASYMMETRIC non-duplicable storage key and its parent have different public
    [all...]
tpm_types.h 94 #define TPM_RC_ASYMMETRIC ((TPM_RC)(RC_FMT1 + 0x001))
    [all...]
tpm_generated.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 378 #define TPM_RC_ASYMMETRIC (TPM_RC)(RC_FMT1 + 0x001)
    [all...]

Completed in 308 milliseconds