HomeSort by relevance Sort by last modified time
    Searched refs:TPM_RC_KEY (Results 1 - 25 of 26) sorted by null

1 2

  /external/tpm2/
Certify.c 15 // TPM_RC_KEY key referenced by signHandle is not a signing key
41 if(result == TPM_RC_KEY)
42 return TPM_RC_KEY + RC_Certify_signHandle;
69 // have returned TPM_RC_KEY
GetCommandAuditDigest.c 15 // TPM_RC_KEY key referenced by signHandle is not a signing key
43 if(result == TPM_RC_KEY)
44 return TPM_RC_KEY + RC_GetCommandAuditDigest_signHandle;
GetTime.c 15 // TPM_RC_KEY key referenced by signHandle is not a signing key
43 if(result == TPM_RC_KEY)
44 return TPM_RC_KEY + RC_GetTime_signHandle;
Quote.c 15 // TPM_RC_KEY signHandle does not reference a signing key;
34 // FillInAttestInfo may return TPM_RC_SCHEME or TPM_RC_KEY
41 if(result == TPM_RC_KEY)
42 return TPM_RC_KEY + RC_Quote_signHandle;
72 // was checked above and TPM_RC_KEY was returned. TPM_RC_VALUE means that the
CertifyCreation.c 15 // TPM_RC_KEY key referenced by signHandle is not a signing key
52 if(result == TPM_RC_KEY)
53 return TPM_RC_KEY + RC_CertifyCreation_signHandle;
78 // have returned TPM_RC_KEY
ECDH_KeyGen.c 16 // TPM_RC_KEY keyHandle does not reference a non-restricted decryption ECC key
34 return TPM_RC_KEY + RC_ECDH_KeyGen_keyHandle;
57 return TPM_RC_KEY + RC_ECDH_KeyGen_keyHandle;
GetSessionAuditDigest.c 15 // TPM_RC_KEY key referenced by signHandle is not a signing key
55 if(result == TPM_RC_KEY)
56 return TPM_RC_KEY + RC_GetSessionAuditDigest_signHandle;
NV_Certify.c 18 // TPM_RC_KEY signHandle does not reference a signing key
68 // FillInAttestInfo can return TPM_RC_SCHEME or TPM_RC_KEY
75 if(result == TPM_RC_KEY)
76 return TPM_RC_KEY + RC_NV_Certify_signHandle;
Sign.c 16 // TPM_RC_KEY signHandle does not reference a signing key;
42 if(result == TPM_RC_KEY)
43 return TPM_RC_KEY + RC_Sign_keyHandle;
ActivateCredential.c 54 // TPM_RC_VALUE, TPM_RC_KEY or unmarshal errors may be returned at this
60 if(result == TPM_RC_KEY)
HMAC_Start.c 16 // TPM_RC_KEY key referenced by handle is not an HMAC key
46 return TPM_RC_KEY + RC_HMAC_Start_handle;
Commit.c 19 // TPM_RC_KEY keyHandle does not reference an ECC key
46 return TPM_RC_KEY + RC_Commit_signHandle;
104 return TPM_RC_KEY + RC_Commit_signHandle;
ECDH_ZGen.c 16 // TPM_RC_KEY key referenced by keyA is not an ECC key
36 return TPM_RC_KEY + RC_ECDH_ZGen_keyHandle;
HMAC.c 46 return TPM_RC_KEY + RC_HMAC_handle;
RSA_Decrypt.c 17 // TPM_RC_KEY keyHandle does not reference an unrestricted decrypt key
42 return TPM_RC_KEY + RC_RSA_Decrypt_keyHandle;
70 // Decryption. TPM_RC_VALUE, TPM_RC_SIZE, and TPM_RC_KEY error may be
RSA_Encrypt.c 16 // TPM_RC_KEY keyHandle does not reference an RSA key
40 return TPM_RC_KEY + RC_RSA_Encrypt_keyHandle;
ZGen_2Phase.c 18 // TPM_RC_KEY key referenced by keyA is not an ECC key
39 return TPM_RC_KEY + RC_ZGen_2Phase_keyA;
EncryptDecrypt.c 14 // TPM_RC_KEY is not a symmetric decryption key with both public and private
39 return TPM_RC_KEY + RC_EncryptDecrypt_keyHandle;
Object.c 288 // TPM_RC_KEY if the parameters in the public area of the object are not consistent
321 result = TPM_RC_KEY;
CryptUtil.c     [all...]
Object_spt.c 333 // TPM_RC_KEY invalid key size values in an asymmetric key public area
360 return TPM_RC_KEY;
514 // TPM_RC_KEY invalid key size values in an asymmetric key public area
    [all...]
tpm_types.h 116 #define TPM_RC_KEY ((TPM_RC)(RC_FMT1 + 0x01C))
    [all...]
  /system/tpm/trunks/
error_codes.cc 151 case trunks::TPM_RC_KEY:
152 return "TPM_RC_KEY";
tpm_generated.h 709 constexpr TPM_RC TPM_RC_KEY = RC_FMT1 + 0x01C;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 400 #define TPM_RC_KEY (TPM_RC)(RC_FMT1 + 0x01C)
    [all...]

Completed in 590 milliseconds

1 2