OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcrSelectionIn
(Results
1 - 3
of
3
) sorted by null
/external/tpm2/
PCR_Read.c
18
// Call PCR read function. input
pcrSelectionIn
parameter could be changed
20
PCRRead(&in->
pcrSelectionIn
, &out->pcrValues, &out->pcrUpdateCounter);
22
out->pcrSelectionOut = in->
pcrSelectionIn
;
PCR_Read_fp.h
12
typedef struct { TPML_PCR_SELECTION
pcrSelectionIn
; } PCR_Read_In;
Marshal_PCR_Read.c
46
result = TPML_PCR_SELECTION_Unmarshal(&target->
pcrSelectionIn
, buffer, size);
Completed in 155 milliseconds