Home
last modified time | relevance | path

Searched refs:sequenceHandle (Results 1 – 19 of 19) sorted by relevance

/external/tpm2/
DHashSequenceStart.c27 return ObjectCreateEventSequence(&in->auth, &out->sequenceHandle); in TPM2_HashSequenceStart()
31 return ObjectCreateHashSequence(in->hashAlg, &in->auth, &out->sequenceHandle); in TPM2_HashSequenceStart()
DSequenceUpdate_fp.h13 TPMI_DH_OBJECT sequenceHandle; member
DHashSequenceStart_fp.h17 typedef struct { TPMI_DH_OBJECT sequenceHandle; } HashSequenceStart_Out; member
DHMAC_Start_fp.h18 typedef struct { TPMI_DH_OBJECT sequenceHandle; } HMAC_Start_Out; member
DEventSequenceComplete_fp.h14 TPMI_DH_OBJECT sequenceHandle; member
DSequenceComplete_fp.h13 TPMI_DH_OBJECT sequenceHandle; member
DHMAC_Start.c72 &out->sequenceHandle); in TPM2_HMAC_Start()
DSequenceUpdate.c27 object = ObjectGet(in->sequenceHandle); in TPM2_SequenceUpdate()
DMarshal_SequenceUpdate.c16 target->sequenceHandle = request_handles[0]; in SequenceUpdate_In_Unmarshal()
DEventSequenceComplete.c31 hashObject = (HASH_OBJECT *)ObjectGet(in->sequenceHandle); in TPM2_EventSequenceComplete()
DMarshal_EventSequenceComplete.c44 target->sequenceHandle = request_handles[1]; in EventSequenceComplete_In_Unmarshal()
DMarshal_HashSequenceStart.c20 total_size += TPMI_DH_OBJECT_Marshal(&source->sequenceHandle, buffer, size); in HashSequenceStart_Out_Marshal()
DSequenceComplete.c29 object = ObjectGet(in->sequenceHandle); in TPM2_SequenceComplete()
DMarshal_SequenceComplete.c44 target->sequenceHandle = request_handles[0]; in SequenceComplete_In_Unmarshal()
DMarshal_HMAC_Start.c20 total_size += TPMI_DH_OBJECT_Marshal(&source->sequenceHandle, buffer, size); in HMAC_Start_Out_Marshal()
Dpart3.txt622 … 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
[all …]
/external/tpm2/generator/
Dcommands.txt853 _NAME sequenceHandle
878 _NAME sequenceHandle
889 _NAME sequenceHandle
911 _NAME sequenceHandle
945 _NAME sequenceHandle
Draw_commands.txt1015 TPM2_SequenceComplete() will flush the context associated with the sequenceHandle.
11447 sequenceHandle
11615 &out->sequenceHandle);
11715 sequenceHandle
11779 return ObjectCreateEventSequence(&in->auth, &out->sequenceHandle);
11782 return ObjectCreateHashSequence(in->hashAlg, &in->auth, &out->sequenceHandle);
11809 Proper authorization for the sequence object associated with sequenceHandle is required. If an
11811 associated with sequenceHandle will be the Empty Buffer.
11858 @sequenceHandle
11966 sequenceHandle does not reference a hash or HMAC sequence
[all …]
Draw_commands_fixed.txt1015 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
[all …]