Home | History | Annotate | Download | only in tpm2

Lines Matching defs:timeout

16 //     TPM_RC_EXPIRED               timeout value in the ticket is in the past and the ticket has expired
17 // TPM_RC_SIZE timeout or cpHash has invalid size for the
27 UINT64 timeout;
45 // Restore timeout data. The format of timeout buffer is TPM-specific.
46 // In this implementation, we simply copy the value of timeout to the
48 if(in->timeout.t.size != sizeof(UINT64))
50 timeout = BYTE_ARRAY_TO_UINT64(in->timeout.t.buffer);
52 // Do the normal checks on the cpHashA and timeout values
53 result = PolicyParameterChecks(session, timeout,
63 TicketComputeAuth(in->ticket.tag, in->ticket.hierarchy, timeout, &in->cpHashA,
85 &in->cpHashA, timeout, session);