Searched refs:sequenceHandle (Results 1 – 19 of 19) sorted by relevance
/external/tpm2/ |
D | HashSequenceStart.c | 27 return ObjectCreateEventSequence(&in->auth, &out->sequenceHandle); in TPM2_HashSequenceStart() 31 return ObjectCreateHashSequence(in->hashAlg, &in->auth, &out->sequenceHandle); in TPM2_HashSequenceStart()
|
D | SequenceUpdate_fp.h | 13 TPMI_DH_OBJECT sequenceHandle; member
|
D | HashSequenceStart_fp.h | 17 typedef struct { TPMI_DH_OBJECT sequenceHandle; } HashSequenceStart_Out; member
|
D | HMAC_Start_fp.h | 18 typedef struct { TPMI_DH_OBJECT sequenceHandle; } HMAC_Start_Out; member
|
D | EventSequenceComplete_fp.h | 14 TPMI_DH_OBJECT sequenceHandle; member
|
D | SequenceComplete_fp.h | 13 TPMI_DH_OBJECT sequenceHandle; member
|
D | HMAC_Start.c | 72 &out->sequenceHandle); in TPM2_HMAC_Start()
|
D | SequenceUpdate.c | 27 object = ObjectGet(in->sequenceHandle); in TPM2_SequenceUpdate()
|
D | Marshal_SequenceUpdate.c | 16 target->sequenceHandle = request_handles[0]; in SequenceUpdate_In_Unmarshal()
|
D | EventSequenceComplete.c | 31 hashObject = (HASH_OBJECT *)ObjectGet(in->sequenceHandle); in TPM2_EventSequenceComplete()
|
D | Marshal_EventSequenceComplete.c | 44 target->sequenceHandle = request_handles[1]; in EventSequenceComplete_In_Unmarshal()
|
D | Marshal_HashSequenceStart.c | 20 total_size += TPMI_DH_OBJECT_Marshal(&source->sequenceHandle, buffer, size); in HashSequenceStart_Out_Marshal()
|
D | SequenceComplete.c | 29 object = ObjectGet(in->sequenceHandle); in TPM2_SequenceComplete()
|
D | Marshal_SequenceComplete.c | 44 target->sequenceHandle = request_handles[0]; in SequenceComplete_In_Unmarshal()
|
D | Marshal_HMAC_Start.c | 20 total_size += TPMI_DH_OBJECT_Marshal(&source->sequenceHandle, buffer, size); in HMAC_Start_Out_Marshal()
|
D | part3.txt | 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 [all …]
|
/external/tpm2/generator/ |
D | commands.txt | 853 _NAME sequenceHandle 878 _NAME sequenceHandle 889 _NAME sequenceHandle 911 _NAME sequenceHandle 945 _NAME sequenceHandle
|
D | raw_commands.txt | 1015 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 …]
|
D | raw_commands_fixed.txt | 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 [all …]
|