Lines Matching refs:expiration

18726 b) expiration – If this parameter is not zero, then its absolute value is compared to the time in s…
18728 expiration, the TPM shall return TPM_RC_EXPIRED. If nonceTPM is the Empty buffer, and expiration
18734 The expiration parameter is present in the TPM2_PolicySigned and TPM2_PolicySecret
18929 …or TPM2_PolicySigned() or TPM2_PolicySecret() the caller specified a negative value for expiration,
18970 implementation-specific representation of the expiration time of
18972 policySession→startTime plus the absolute value of expiration
18973 Timeout is not the same as expiration. The expiration value in the aHash is a relative time,
19016 The authorizing object will sign a digest of the authorization qualifiers: nonceTPM, expiration, cp…
19019 aHash ≔ HauthAlg(nonceTPM || expiration || cpHashA || policyRef)
19038 expiration
19041 value is set to zero if the expiration time is not being set.
19063 which is the hash of an expiration time of zero.
19172 expiration
19176 If expiration is zero, a NULL Ticket is returned.
19227 produced if the command succeeds and expiration in
19256 expiration indicates a time in the past or expiration is non-zero but no
19324 input policyID or expiration does not match the internal data in policy
19352 expiration = (in->expiration < 0)
19353 ? -(in->expiration) : in->expiration;
19376 if(expiration != 0)
19377 authTimeout = expiration * 1000 + session->startTime;
19467 aHash := hash ( nonceTPM | expiration | cpHashA | policyRef)
19480 expiration time limit on authorization set by authorizing object.
19482 This 32-bit value is set to zero if the expiration
19505 // add expiration
19506 CryptUpdateDigestInt(&hashState, sizeof(UINT32), (BYTE*) &in->expiration);
19527 // Create ticket and timeout buffer if in->expiration < 0 and this is not
19530 // when expiration is non-zero.
19532 in->expiration < 0
19737 expiration
19741 If expiration is zero, a NULL Ticket is returned.
19778 produced if the command succeeds and expiration in
19810 expiration indicates a time in the past
19867 input policyID or expiration does not match the internal data in policy
19889 expiration = (in->expiration < 0)
19890 ? -(in->expiration) : in->expiration;
19904 if(expiration != 0)
19905 authTimeout = expiration * 1000 + session->startTime;
19975 // Create ticket and timeout buffer if in->expiration < 0 and this is not
19978 // when expiration is non-zero.
19980 in->expiration < 0
20028 authorization. The ticket represents a validated authorization that had an expiration time associat…