/external/tpm2/ |
D | _TPM_Hash_End.c | 21 TPMI_DH_PCR pcrHandle; in _TPM_Hash_End() local 41 pcrHandle = PCR_FIRST + DRTM_PCR; in _TPM_Hash_End() 48 pcrHandle = PCR_FIRST + HCRTM_PCR; in _TPM_Hash_End() 58 if(PcrIsAllocated(pcrHandle, in _TPM_Hash_End() 65 PcrDrtm(pcrHandle, hash, &digest); in _TPM_Hash_End()
|
D | PCR_Event.c | 31 if(in->pcrHandle != TPM_RH_NULL) in TPM2_PCR_Event() 34 if(!PCRIsExtendAllowed(in->pcrHandle)) in TPM2_PCR_Event() 39 if(PCRIsStateSaved(in->pcrHandle) && gp.orderlyState != SHUTDOWN_NONE) in TPM2_PCR_Event() 60 if(in->pcrHandle != TPM_RH_NULL) in TPM2_PCR_Event() 61 PCRExtend(in->pcrHandle, hash, size, in TPM2_PCR_Event()
|
D | PCR_Reset.c | 27 if(!PCRIsResetAllowed(in->pcrHandle)) in TPM2_PCR_Reset() 32 if(PCRIsStateSaved(in->pcrHandle) && gp.orderlyState != SHUTDOWN_NONE) in TPM2_PCR_Reset() 43 PCRSetValue(in->pcrHandle, 0); in TPM2_PCR_Reset() 47 PCRChanged(in->pcrHandle); in TPM2_PCR_Reset()
|
D | EventSequenceComplete.c | 38 if(in->pcrHandle != TPM_RH_NULL) in TPM2_EventSequenceComplete() 41 if(!PCRIsExtendAllowed(in->pcrHandle)) in TPM2_EventSequenceComplete() 53 if(gp.orderlyState != SHUTDOWN_NONE && PCRIsStateSaved(in->pcrHandle)) in TPM2_EventSequenceComplete() 77 if(in->pcrHandle != TPM_RH_NULL) in TPM2_EventSequenceComplete() 78 PCRExtend(in->pcrHandle, hashAlg, in TPM2_EventSequenceComplete()
|
D | PCR_Extend.c | 36 if(in->pcrHandle == TPM_RH_NULL) in TPM2_PCR_Extend() 40 if(!PCRIsExtendAllowed(in->pcrHandle)) in TPM2_PCR_Extend() 45 if(PCRIsStateSaved(in->pcrHandle) && gp.orderlyState != SHUTDOWN_NONE) in TPM2_PCR_Extend() 57 PCRExtend(in->pcrHandle, in->digests.digests[i].hashAlg, in TPM2_PCR_Extend()
|
D | _TPM_Hash_Data.c | 22 TPMI_DH_PCR pcrHandle = TPMIsStarted() in _TPM_Hash_Data() local 39 if(PcrIsAllocated(pcrHandle, in _TPM_Hash_Data()
|
D | PCR_fp.h | 33 void PCRChanged(TPM_HANDLE pcrHandle // IN: the handle of the PCR that changed. 63 const TPMI_DH_PCR pcrHandle, // IN: the index of the PCR to be modified
|
D | PCR_SetAuthValue.c | 28 if(!PCRBelongsAuthGroup(in->pcrHandle, &groupIndex)) in TPM2_PCR_SetAuthValue()
|
D | PCR_Reset_fp.h | 12 typedef struct { TPMI_DH_PCR pcrHandle; } PCR_Reset_In; member
|
D | PCR_SetAuthValue_fp.h | 13 TPMI_DH_PCR pcrHandle; member
|
D | PCR_Extend_fp.h | 13 TPMI_DH_PCR pcrHandle; member
|
D | PCR_Event_fp.h | 13 TPMI_DH_PCR pcrHandle; member
|
D | EventSequenceComplete_fp.h | 13 TPMI_DH_PCR pcrHandle; member
|
D | PCR.c | 439 const TPMI_DH_PCR pcrHandle, // IN: the index of the PCR to be in PcrDrtm() argument 445 BYTE *pcrData = GetPcrPointer(hash, pcrHandle); in PcrDrtm() 456 PCRExtend(pcrHandle, hash, digest->t.size, (BYTE *)digest->t.buffer); in PcrDrtm() 646 TPM_HANDLE pcrHandle // IN: the handle of the PCR that changed. in PCRChanged() argument 651 if(!PCRBelongsTCBGroup(pcrHandle)) in PCRChanged()
|
D | Marshal_PCR_Reset.c | 16 target->pcrHandle = request_handles[0]; in PCR_Reset_In_Unmarshal()
|
D | Marshal_PCR_SetAuthValue.c | 16 target->pcrHandle = request_handles[0]; in PCR_SetAuthValue_In_Unmarshal()
|
D | Marshal_PCR_Extend.c | 16 target->pcrHandle = request_handles[0]; in PCR_Extend_In_Unmarshal()
|
D | Marshal_EventSequenceComplete.c | 43 target->pcrHandle = request_handles[0]; in EventSequenceComplete_In_Unmarshal()
|
D | Marshal_PCR_Event.c | 43 target->pcrHandle = request_handles[0]; in PCR_Event_In_Unmarshal()
|
D | part3.txt | 7075 list. If pcrHandle references a PCR and not TPM_RH_NULL, then the returned digest list is processed… 7076 the same manner as the digest list input parameter to TPM2_PCR_Extend() with the pcrHandle in each 7103 TPMI_DH_PCR+ @ pcrHandle Auth Index: 1 7163 25 if(in->pcrHandle != TPM_RH_NULL) 7166 28 if(!PCRIsExtendAllowed(in->pcrHandle)) 7178 40 if(gp.orderlyState != SHUTDOWN_NONE && PCRIsStateSaved(in->pcrHandle)) 7207 64 if(in->pcrHandle != TPM_RH_NULL) 7208 65 PCRExtend(in->pcrHandle, hashAlg, 9288 pcrHandle is Extended into the bank identified by the tag (hashAlg). 9300 pcrNum the PCR numeric selector (pcrHandle) [all …]
|
D | part4.txt | 12878 331 const TPMI_DH_PCR pcrHandle, // IN: the index of the PCR to be 12884 337 BYTE *pcrData = GetPcrPointer(hash, pcrHandle); 12897 350 PCRExtend(pcrHandle, hash, digest->t.size, (BYTE *)digest->t.buffer); 13122 515 TPM_HANDLE pcrHandle // IN: the handle of the PCR that changed. 13127 520 if(!PCRBelongsTCBGroup(pcrHandle))
|
/external/tpm2/generator/ |
D | raw_commands.txt | 12435 list. If pcrHandle references a PCR and not TPM_RH_NULL, then the returned digest list is processed… 12436 the same manner as the digest list input parameter to TPM2_PCR_Extend() with the pcrHandle in each 12477 @ pcrHandle 12639 if(in->pcrHandle != TPM_RH_NULL) 12642 if(!PCRIsExtendAllowed(in->pcrHandle)) 12654 if(gp.orderlyState != SHUTDOWN_NONE && PCRIsStateSaved(in->pcrHandle)) 12711 if(in->pcrHandle != TPM_RH_NULL) 12712 PCRExtend(in->pcrHandle, hashAlg, 16609 pcrHandle is Extended into the bank identified by the tag (hashAlg). 16652 pcrHandle [all …]
|
D | raw_commands_fixed.txt | 12446 list. If pcrHandle references a PCR and not TPM_RH_NULL, then the returned digest list is processed… 12447 the same manner as the digest list input parameter to TPM2_PCR_Extend() with the pcrHandle in each 12490 @pcrHandle 12650 if(in->pcrHandle != TPM_RH_NULL) 12653 if(!PCRIsExtendAllowed(in->pcrHandle)) 12665 if(gp.orderlyState != SHUTDOWN_NONE && PCRIsStateSaved(in->pcrHandle)) 12722 if(in->pcrHandle != TPM_RH_NULL) 12723 PCRExtend(in->pcrHandle, hashAlg, 16620 pcrHandle is Extended into the bank identified by the tag (hashAlg). 16663 pcrHandle [all …]
|
D | commands.txt | 942 _NAME pcrHandle 1336 _NAME pcrHandle 1359 _NAME pcrHandle 1474 _NAME pcrHandle 1496 _NAME pcrHandle
|