Home | History | Annotate | Download | only in tpm2

Lines Matching refs:ticket

16 //     TPM_RC_EXPIRED               timeout value in the ticket is in the past and the ticket has expired
18 // TPM_RC_TICKET ticket is not valid
37 // A ticket is used in place of a previously given authorization. Since
39 // ticket is not necessary and, in place of using a ticket, one
40 // should use the intended authorization for which the ticket
61 // Validate Ticket
62 // Re-generate policy ticket by input parameters
63 TicketComputeAuth(in->ticket.tag, in->ticket.hierarchy, timeout, &in->cpHashA,
66 // Compare generated digest with input ticket digest
67 if(!Memory2BEqual(&in->ticket.digest.b, &ticketToCompare.digest.b))
72 // Is this ticket to take the place of a TPM2_PolicySigned() or
74 if(in->ticket.tag == TPM_ST_AUTH_SIGNED)
76 else if(in->ticket.tag == TPM_ST_AUTH_SECRET)
80 // be caught by the ticket validation process.