Lines Matching refs:sequenceHandle
622 … EXAMPLE 2 TPM2_SequenceComplete() will flush the context associated with the sequenceHandle.
6535 TPMI_DH_OBJECT sequenceHandle a handle to reference the sequence
6618 56 &out->sequenceHandle);
6675 TPMI_DH_OBJECT sequenceHandle a handle to reference the sequence
6708 15 return ObjectCreateEventSequence(&in->auth, &out->sequenceHandle);
6712 19 return ObjectCreateHashSequence(in->hashAlg, &in->auth, &out->sequenceHandle);
6733 Proper authorization for the sequence object associated with sequenceHandle is required. If an
6735 associated with sequenceHandle will be the Empty Buffer.
6762 TPMI_DH_OBJECT @sequenceHandle Auth Index: 1
6793 TPM_RC_MODE sequenceHandle does not reference a hash or HMAC sequence
6806 14 object = ObjectGet(in->sequenceHandle);
6895 If sequenceHandle references an Event Sequence, then the TPM shall return TPM_RC_MODE.
6896 Proper authorization for the sequence object associated with sequenceHandle is required. If an
6898 associated with sequenceHandle will be the Empty Buffer.
6899 If this command completes successfully, the sequenceHandle object will be flushed.
6920 TPMI_DH_OBJECT @sequenceHandle Auth Index: 1
6959 TPM_RC_TYPE sequenceHandle does not reference a hash or HMAC sequence
6973 16 object = ObjectGet(in->sequenceHandle);
7078 If sequenceHandle references a hash or HMAC sequence, the TPM shall return TPM_RC_MODE.
7079 Proper authorization for the sequence object associated with sequenceHandle is required. If an
7081 associated with sequenceHandle will be the Empty Buffer.
7082 If this command completes successfully, the sequenceHandle object will be flushed.
7106 TPMI_DH_OBJECT @sequenceHandle Auth Index: 2
7156 18 hashObject = (HASH_OBJECT *)ObjectGet(in->sequenceHandle);