/external/tpm2/ |
D | PolicySigned.c | 94 CryptUpdateDigest2B(&hashState, &in->policyRef.b); in TPM2_PolicySigned() 111 PolicyContextUpdate(TPM_CC_PolicySigned, &entityName, &in->policyRef, in TPM2_PolicySigned() 135 authTimeout, &in->cpHashA, &in->policyRef, &entityName, in TPM2_PolicySigned()
|
D | PolicyTicket.c | 64 &in->policyRef, &in->authName, &ticketToCompare); in TPM2_PolicyTicket() 84 PolicyContextUpdate(commandCode, &in->authName, &in->policyRef, in TPM2_PolicyTicket()
|
D | PolicyAuthorize.c | 68 CryptUpdateDigest2B(&hashState, &in->policyRef.b); in TPM2_PolicyAuthorize() 89 PolicyContextUpdate(TPM_CC_PolicyAuthorize, &in->keySign, &in->policyRef, in TPM2_PolicyAuthorize()
|
D | PolicySecret.c | 64 PolicyContextUpdate(TPM_CC_PolicySecret, &entityName, &in->policyRef, in TPM2_PolicySecret() 88 authTimeout, &in->cpHashA, &in->policyRef, in TPM2_PolicySecret()
|
D | Ticket.c | 91 TPM2B_NONCE *policyRef, // IN: input policyRef in TicketComputeAuth() argument 113 CryptUpdateDigest2B(&hmacState, &policyRef->b); in TicketComputeAuth()
|
D | PolicyAuthorize_fp.h | 15 TPM2B_NONCE policyRef; member
|
D | PolicyTicket_fp.h | 16 TPM2B_NONCE policyRef; member
|
D | Ticket_fp.h | 15 TPM2B_NONCE *policyRef, // IN: input policyRef
|
D | PolicySecret_fp.h | 17 TPM2B_NONCE policyRef; member
|
D | PolicySigned_fp.h | 17 TPM2B_NONCE policyRef; member
|
D | Marshal_PolicyAuthorize.c | 22 result = TPM2B_NONCE_Unmarshal(&target->policyRef, buffer, size); in PolicyAuthorize_In_Unmarshal()
|
D | Marshal_PolicyTicket.c | 26 result = TPM2B_NONCE_Unmarshal(&target->policyRef, buffer, size); in PolicyTicket_In_Unmarshal()
|
D | Marshal_PolicySecret.c | 55 result = TPM2B_NONCE_Unmarshal(&target->policyRef, buffer, size); in PolicySecret_In_Unmarshal()
|
D | Marshal_PolicySigned.c | 55 result = TPM2B_NONCE_Unmarshal(&target->policyRef, buffer, size); in PolicySigned_In_Unmarshal()
|
D | part3.txt | 10636 … HMAC(proof, HpolicyAlg(ticketType || timeout || cpHashA || policyRef || authObject→Name)) (12) 10662 … policyRef the commands that use this function have a policyRef parameter 10685 and policyRef. The digest is computed as: 10686 … aHash ≔ HauthAlg(nonceTPM || expiration || cpHashA || policyRef) (13) 10711 …policyRef an opaque value determined by the authorizing entity. Set to … 10735 … PolicyUpdate(TPM_CC_PolicySigned, authObject→Name, policyRef) (14) 10778 TPM2B_NONCE policyRef 10879 42 // aHash := hash ( nonceTPM | expiration | cpHashA | policyRef) 10892 55 // policyRef hash of an opaque value determined by the authorizing 10908 71 // add policyRef [all …]
|
D | part4.txt | 6488 …Update policy hash Update the policyDigest in policy session by extending policyRef and objectName… 6534 98 // add policyRef 23807 65 TPM2B_NONCE *policyRef, // IN: input policyRef 23840 93 // Adding policyRef 23841 94 CryptUpdateDigest2B(&hmacState, &policyRef->b);
|
/external/tpm2/generator/ |
D | commands.txt | 1527 _NAME policyRef 1570 _NAME policyRef 1608 _NAME policyRef 1889 _NAME policyRef 1896 _COMMENT ticket validating that approvedPolicy and policyRef were signed by keySign
|
D | raw_commands_fixed.txt | 18944 HMAC(proof, HpolicyAlg(ticketType || timeout || cpHashA || policyRef || authObject→Name)) (12) 18994 policyRef 18996 the commands that use this function have a policyRef parameter 19028 and policyRef. The digest is computed as: 19030 aHash ≔ HauthAlg(nonceTPM || expiration || cpHashA || policyRef) 19065 policyRef 19100 PolicyUpdate(TPM_CC_PolicySigned, authObject→Name, policyRef) 19176 policyRef 19478 aHash := hash ( nonceTPM | expiration | cpHashA | policyRef) 19506 policyRef [all …]
|
D | raw_commands.txt | 18933 HMAC(proof, HpolicyAlg(ticketType || timeout || cpHashA || policyRef || authObject→Name)) (12) 18983 policyRef 18985 the commands that use this function have a policyRef parameter 19017 and policyRef. The digest is computed as: 19019 aHash ≔ HauthAlg(nonceTPM || expiration || cpHashA || policyRef) 19054 policyRef 19089 PolicyUpdate(TPM_CC_PolicySigned, authObject→Name, policyRef) 19163 policyRef 19467 aHash := hash ( nonceTPM | expiration | cpHashA | policyRef) 19495 policyRef [all …]
|
D | raw_structures_fixed.txt | 11110 HMACcontextAlg(proof, (TPM_ST_AUTH_xxx || timeout || cpHash || policyRef || keyName)) 11138 policyRef
|
D | raw_structures.txt | 11097 HMACcontextAlg(proof, (TPM_ST_AUTH_xxx || timeout || cpHash || policyRef || keyName)) 11125 policyRef
|