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

  /external/tpm2/
Duplicate.c 22 // TPM_RC_SYMMETRIC encryptedDuplication is SET but no symmetric algorithm is provided
63 return TPM_RC_SYMMETRIC + RC_Duplicate_symmetricAlg;
Object_spt.c 337 // TPM_RC_SYMMETRIC a storage key with no symmetric algorithm specified; or non-storage
424 return TPM_RC_SYMMETRIC;
446 return TPM_RC_SYMMETRIC;
520 // TPM_RC_SYMMETRIC a storage key with no symmetric algorithm specified; or non-storage
    [all...]
SessionProcess.c     [all...]
tpm_types.h 111 #define TPM_RC_SYMMETRIC ((TPM_RC)(RC_FMT1 + 0x016))
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
error_codes.cc 141 case trunks::TPM_RC_SYMMETRIC:
142 return "TPM_RC_SYMMETRIC";
tpm_generated.h 704 constexpr TPM_RC TPM_RC_SYMMETRIC = RC_FMT1 + 0x016;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 395 #define TPM_RC_SYMMETRIC (TPM_RC)(RC_FMT1 + 0x016)
    [all...]

Completed in 475 milliseconds