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

  /external/tpm2/
Import.c 27 // TPM_RC_BINDING duplicate and objectPublic are not cryptographically
124 pAssert(result != TPM_RC_BINDING);
CryptUtil.c 803 // If only p is provided, q is computed by q = n/p. If n mod p != 0, TPM_RC_BINDING is returned.
814 // TPM_RC_BINDING the public and private portions of the key are not matched
836 return TPM_RC_BINDING; // convert CRYPT_PARAMETER
    [all...]
tpm_types.h 124 #define TPM_RC_BINDING ((TPM_RC)(RC_FMT1 + 0x025))
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
error_codes.cc 167 case trunks::TPM_RC_BINDING:
168 return "TPM_RC_BINDING";
tpm_generated.h 717 constexpr TPM_RC TPM_RC_BINDING = RC_FMT1 + 0x025;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 408 #define TPM_RC_BINDING (TPM_RC)(RC_FMT1 + 0x025)
    [all...]

Completed in 70 milliseconds