Lines Matching refs:sequenceHandle
1015 TPM2_SequenceComplete() will flush the context associated with the sequenceHandle.
11458 sequenceHandle
11626 &out->sequenceHandle);
11726 sequenceHandle
11790 return ObjectCreateEventSequence(&in->auth, &out->sequenceHandle);
11793 return ObjectCreateHashSequence(in->hashAlg, &in->auth, &out->sequenceHandle);
11820 Proper authorization for the sequence object associated with sequenceHandle is required. If an
11822 associated with sequenceHandle will be the Empty Buffer.
11869 @sequenceHandle
11977 sequenceHandle does not reference a hash or HMAC sequence
11996 object = ObjectGet(in->sequenceHandle);
12106 If sequenceHandle references an Event sequence, then the TPM shall return TPM_RC_MODE.
12107 Proper authorization for the sequence object associated with sequenceHandle is required. If an
12109 associated with sequenceHandle will be the Empty Buffer.
12110 If this command completes successfully, the sequenceHandle object will be flushed.
12149 @sequenceHandle
12279 sequenceHandle does not reference a hash or HMAC sequence
12301 object = ObjectGet(in->sequenceHandle);
12449 If sequenceHandle references a hash or HMAC sequence, the TPM shall return TPM_RC_MODE.
12450 Proper authorization for the sequence object associated with sequenceHandle is required. If an
12452 associated with sequenceHandle will be the Empty Buffer.
12453 If this command completes successfully, the sequenceHandle object will be flushed.
12498 @sequenceHandle
12645 hashObject = (HASH_OBJECT *)ObjectGet(in->sequenceHandle);