HomeSort by relevance Sort by last modified time
    Searched refs:PcrHandle (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Integrity.c 26 TPMI_DH_PCR PcrHandle;
40 TPMI_DH_PCR PcrHandle;
88 For each digest, the PCR associated with pcrHandle is Extended into the bank identified by the tag (hashAlg).
90 @param[in] PcrHandle Handle of the PCR
99 IN TPMI_DH_PCR PcrHandle,
116 Cmd.PcrHandle = SwapBytes32(PcrHandle);
193 indicated PCR has been allocated. After the data is hashed, the digests list is returned. If the pcrHandle
198 @param[in] PcrHandle Handle of the PCR
208 IN TPMI_DH_PCR PcrHandle,
    [all...]
Tpm2Sequences.c 51 TPMI_DH_PCR PcrHandle;
272 If pcrHandle references a PCR and not TPM_RH_NULL, then the returned digest list is processed in
273 the same manner as the digest list input parameter to TPM2_PCR_Extend() with the pcrHandle in each
276 @param[in] PcrHandle PCR to be extended with the Event data
287 IN TPMI_DH_PCR PcrHandle,
312 Cmd.PcrHandle = SwapBytes32(PcrHandle);
316 // Add in pcrHandle Auth session
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
Tpm2CommandLib.h 59 If pcrHandle references a PCR and not TPM_RH_NULL, then the returned digest list is processed in
60 the same manner as the digest list input parameter to TPM2_PCR_Extend() with the pcrHandle in each
63 @param[in] PcrHandle PCR to be extended with the Event data
74 IN TPMI_DH_PCR PcrHandle,
479 For each digest, the PCR associated with pcrHandle is Extended into the bank identified by the tag (hashAlg).
481 @param[in] PcrHandle Handle of the PCR
490 IN TPMI_DH_PCR PcrHandle,
497 indicated PCR has been allocated. After the data is hashed, the digests list is returned. If the pcrHandle
502 @param[in] PcrHandle Handle of the PCR
512 IN TPMI_DH_PCR PcrHandle,
    [all...]

Completed in 87 milliseconds