HomeSort by relevance Sort by last modified time
    Searched refs:TPML_PCR_SELECTION (Results 1 - 25 of 34) sorted by null

1 2

  /external/tpm2/
PCR_Read_fp.h 12 typedef struct { TPML_PCR_SELECTION pcrSelectionIn; } PCR_Read_In;
16 TPML_PCR_SELECTION pcrSelectionOut;
PCR_fp.h 10 TPM_RC PCRAllocate(TPML_PCR_SELECTION *allocate, // IN: required allocation
31 TPML_PCR_SELECTION *pcrSelection // OUT: PCR allocation list
37 TPML_PCR_SELECTION *
79 TPML_PCR_SELECTION *
PolicyPCR_fp.h 15 TPML_PCR_SELECTION pcrs;
PCR_Allocate_fp.h 14 TPML_PCR_SELECTION pcrAllocation;
Quote_fp.h 16 TPML_PCR_SELECTION PCRselect;
PolicyPCR.c 24 BYTE pcrs[sizeof(TPML_PCR_SELECTION)];
75 bufferSize = sizeof(TPML_PCR_SELECTION);
CreatePrimary_fp.h 17 TPML_PCR_SELECTION creationPCR;
Create_fp.h 17 TPML_PCR_SELECTION creationPCR;
marshal_fp.h 32 MARSHAL_WRAPPER(TPML_PCR_SELECTION)
Object_spt_fp.h 37 TPML_PCR_SELECTION *creationPCR, // IN: PCR selection
PCR.c 730 TPML_PCR_SELECTION *selection, // IN/OUT: PCR selection (filtered on
777 TPML_PCR_SELECTION *selection, // IN/OUT: PCR selection (filtered on
883 TPML_PCR_SELECTION *allocate, // IN: required allocation
890 TPML_PCR_SELECTION newAllocate;
    [all...]
Global.h 723 TPML_PCR_SELECTION pcrAllocated;
    [all...]
tpm_types.h 814 // Table 102 Definition of TPML_PCR_SELECTION Structure
818 } TPML_PCR_SELECTION;
    [all...]
  /system/tpm/trunks/
policy_session_impl.cc 114 TPML_PCR_SELECTION pcr_select;
115 memset(&pcr_select, 0, sizeof(TPML_PCR_SELECTION));
mock_tpm.h 132 const TPML_PCR_SELECTION& creation_pcr,
141 const TPML_PCR_SELECTION& creation_pcr,
152 const TPML_PCR_SELECTION& creation_pcr,
586 const TPML_PCR_SELECTION& pcrselect,
594 const TPML_PCR_SELECTION& pcrselect,
    [all...]
mock_tpm.cc 73 const TPML_PCR_SELECTION& creation_pcr,
199 const TPML_PCR_SELECTION& creation_pcr,
tpm_generated.h     [all...]
tpm_utility_test.cc 101 TPML_PCR_SELECTION* pcrs) {
102 memset(pcrs, 0, sizeof(TPML_PCR_SELECTION));
129 TPML_PCR_SELECTION& pcrs = capability_data.data.assigned_pcr;
219 TPML_PCR_SELECTION new_pcr_allocation;
225 TPML_PCR_SELECTION expected_pcr_allocation;
228 sizeof(TPML_PCR_SELECTION)));
233 TPML_PCR_SELECTION new_pcr_allocation;
239 TPML_PCR_SELECTION expected_pcr_allocation;
242 sizeof(TPML_PCR_SELECTION)));
247 TPML_PCR_SELECTION new_pcr_allocation
    [all...]
tpm_utility_impl.cc 196 TPML_PCR_SELECTION& existing_pcrs = capability_data.data.assigned_pcr;
209 TPML_PCR_SELECTION pcr_allocation;
373 TPML_PCR_SELECTION pcr_select_in;
375 TPML_PCR_SELECTION pcr_select_out;
    [all...]
policy_session_test.cc 159 TPML_PCR_SELECTION pcr_select;
tpm_generated_test.cc 235 TPML_PCR_SELECTION create_pcr;
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
Tpm2CommandLib.h 531 IN TPML_PCR_SELECTION *PcrSelectionIn,
533 OUT TPML_PCR_SELECTION *PcrSelectionOut,
556 IN TPML_PCR_SELECTION *PcrAllocation,
745 OUT TPML_PCR_SELECTION *Pcrs
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Integrity.c 55 TPML_PCR_SELECTION PcrSelectionIn;
61 TPML_PCR_SELECTION PcrSelectionOut;
70 TPML_PCR_SELECTION PcrAllocation;
316 IN TPML_PCR_SELECTION *PcrSelectionIn,
318 OUT TPML_PCR_SELECTION *PcrSelectionOut,
430 IN TPML_PCR_SELECTION *PcrAllocation,
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
Tcg2ConfigImpl.c 504 TPML_PCR_SELECTION Pcrs;

Completed in 105 milliseconds

1 2