Lines Matching refs:policyRef
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
10909 72 CryptUpdateDigest2B(&hashState, &in->policyRef.b);
10924 87 // Update policy with input policyRef and name of auth key
10926 89 PolicyContextUpdate(TPM_CC_PolicySigned, &entityName, &in->policyRef,
10955 113 authTimeout, &in->cpHashA, &in->policyRef, &entityName,
11004 …PolicyUpdate(TPM_CC_PolicySecret, authObject→Name, policyRef) (1…
11050 TPM2B_NONCE policyRef
11140 43 // Update policy context with input policyRef and name of auth key
11142 45 PolicyContextUpdate(TPM_CC_PolicySecret, &entityName, &in->policyRef,
11171 69 authTimeout, &in->cpHashA, &in->policyRef,
11205 If the checks succeed, the TPM uses the timeout, cpHashA, policyRef, and authName to construct a
11208 … PolicyUpdate(commandCode, authName, policyRef) (16)
11247 TPM2B_NONCE policyRef
11330 49 &in->policyRef, &in->authName, &ticketToCompare);
11355 69 PolicyContextUpdate(commandCode, &in->authName, &in->policyRef,
13210 … aHash ≔ HaHashAlg(approvedPolicy || policyRef) (33)
13228 … PolicyUpdate(TPM_CC_PolicyAuthorize, keySign, policyRef) (35)
13261 TPM2B_NONCE policyRef a policy qualifier
13263 … ticket validating that approvedPolicy and policyRef were
13339 45 // aHash := hash(approvedPolicy || policyRef).
13351 52 // add policyRef
13352 53 CryptUpdateDigest2B(&hashState, &in->policyRef.b);
13373 74 PolicyContextUpdate(TPM_CC_PolicyAuthorize, &in->keySign, &in->policyRef,