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

  /external/tpm2/
PolicyAuthorize_fp.h 15 TPM2B_NONCE policyRef;
PolicySigned.c 64 // aHash := hash ( nonceTPM | expiration | cpHashA | policyRef)
77 // policyRef hash of an opaque value determined by the authorizing
93 // add policyRef
94 CryptUpdateDigest2B(&hashState, &in->policyRef.b);
109 // Update policy with input policyRef and name of auth key
111 PolicyContextUpdate(TPM_CC_PolicySigned, &entityName, &in->policyRef,
135 authTimeout, &in->cpHashA, &in->policyRef, &entityName,
PolicyTicket_fp.h 16 TPM2B_NONCE policyRef;
Ticket_fp.h 15 TPM2B_NONCE *policyRef, // IN: input policyRef
PolicyAuthorize.c 60 // aHash := hash(approvedPolicy || policyRef).
67 // add policyRef
68 CryptUpdateDigest2B(&hashState, &in->policyRef.b);
89 PolicyContextUpdate(TPM_CC_PolicyAuthorize, &in->keySign, &in->policyRef,
PolicySecret.c 62 // Update policy context with input policyRef and name of auth key
64 PolicyContextUpdate(TPM_CC_PolicySecret, &entityName, &in->policyRef,
88 authTimeout, &in->cpHashA, &in->policyRef,
PolicyTicket.c 64 &in->policyRef, &in->authName, &ticketToCompare);
84 PolicyContextUpdate(commandCode, &in->authName, &in->policyRef,
PolicySecret_fp.h 17 TPM2B_NONCE policyRef;
PolicySigned_fp.h 17 TPM2B_NONCE policyRef;
Marshal_PolicyAuthorize.c 22 result = TPM2B_NONCE_Unmarshal(&target->policyRef, buffer, size);
Marshal_PolicyTicket.c 26 result = TPM2B_NONCE_Unmarshal(&target->policyRef, buffer, size);
Ticket.c 91 TPM2B_NONCE *policyRef, // IN: input policyRef
112 // Adding policyRef
113 CryptUpdateDigest2B(&hmacState, &policyRef->b);
Marshal_PolicySecret.c 55 result = TPM2B_NONCE_Unmarshal(&target->policyRef, buffer, size);
Marshal_PolicySigned.c 55 result = TPM2B_NONCE_Unmarshal(&target->policyRef, buffer, size);

Completed in 83 milliseconds