Searched refs:authObject (Results 1 – 9 of 9) sorted by relevance
/external/tpm2/ |
D | PolicySigned.c | 101 result = CryptVerifySignature(in->authObject, &authHash, &in->auth); in TPM2_PolicySigned() 107 entityName.t.size = EntityGetName(in->authObject, &entityName.t.name); in TPM2_PolicySigned() 134 TicketComputeAuth(TPM_ST_AUTH_SIGNED, EntityGetHierarchy(in->authObject), in TPM2_PolicySigned()
|
D | PolicySigned_fp.h | 13 TPMI_DH_OBJECT authObject; member
|
D | Marshal_PolicySigned.c | 44 target->authObject = request_handles[0]; in PolicySigned_In_Unmarshal()
|
D | CryptUtil.c | 3448 OBJECT *authObject = ObjectGet(keyHandle); in CryptVerifySignature() local 3449 TPMT_PUBLIC *publicArea = &authObject->publicArea; in CryptVerifySignature() 3459 result = CryptRSAVerifySignature(authObject, digest, signature); in CryptVerifySignature() 3464 result = CryptECCVerifySignature(authObject, digest, signature); in CryptVerifySignature() 3468 if(authObject->attributes.publicOnly) in CryptVerifySignature() 3471 result = CryptHMACVerifySignature(authObject, digest, signature); in CryptVerifySignature()
|
D | part3.txt | 10636 … HMAC(proof, HpolicyAlg(ticketType || timeout || cpHashA || policyRef || authObject→Name)) (12) 10664 authObject→Name Name associated with the authObject parameter 10720 The aHash is signed by the key associated with a key whose handle is authObject. The signature and 10735 … PolicyUpdate(TPM_CC_PolicySigned, authObject→Name, policyRef) (14) 10738 Authorization to use authObject is not required. 10761 TPMI_DH_OBJECT authObject 10828 TPM_RC_HANDLE authObject need to have sensitive portion loaded 10829 TPM_RC_KEY authObject is not a signing scheme 10916 79 result = CryptVerifySignature(in->authObject, &authHash, &in->auth); 10922 85 entityName.t.size = EntityGetName(in->authObject, &entityName.t.name); [all …]
|
D | part4.txt | 23402 2892 OBJECT *authObject = ObjectGet(keyHandle); 23403 2893 TPMT_PUBLIC *publicArea = &authObject->publicArea; 23421 2906 result = CryptRSAVerifySignature(authObject, digest, signature); 23427 2912 result = CryptECCVerifySignature(authObject, digest, signature); 23433 2918 if(authObject->attributes.publicOnly) 23436 2921 result = CryptHMACVerifySignature(authObject, digest, signature);
|
/external/tpm2/generator/ |
D | raw_commands.txt | 18933 HMAC(proof, HpolicyAlg(ticketType || timeout || cpHashA || policyRef || authObject→Name)) (12) 18988 authObject→Name 18990 Name associated with the authObject parameter 19089 PolicyUpdate(TPM_CC_PolicySigned, authObject→Name, policyRef) 19095 Authorization to use authObject is not required. 19132 authObject 19261 authObject need to have sensitive portion loaded 19265 authObject is not a signing scheme 19348 *authObject; 19364 authObject = ObjectGet(in->authObject); [all …]
|
D | raw_commands_fixed.txt | 18944 HMAC(proof, HpolicyAlg(ticketType || timeout || cpHashA || policyRef || authObject→Name)) (12) 18999 authObject→Name 19001 Name associated with the authObject parameter 19100 PolicyUpdate(TPM_CC_PolicySigned, authObject→Name, policyRef) 19106 Authorization to use authObject is not required. 19143 authObject 19272 authObject need to have sensitive portion loaded 19276 authObject is not a signing scheme 19359 *authObject; 19375 authObject = ObjectGet(in->authObject); [all …]
|
D | commands.txt | 1515 _NAME authObject
|