Home | History | Annotate | Download | only in tpm2

Lines Matching refs:property

15 //     This function accepts a property selection and, if so, sets value to the value of the property.
21 // TRUE referenced property exists and value set
22 // FALSE referenced property does not exist
26 TPM_PT property, // IN: property
27 UINT32 *value // OUT: property value
30 switch(property)
415 // property is not defined
425 property and
426 // continue until propertyList has as many values as will fit, or the last property has been reported, or the list
436 TPM_PT property, // IN: the starting TPM property
439 TPML_TAGGED_TPM_PROPERTY *propertyList // OUT: property list
444 // initialize output property list
448 // If property is less than PT_FIXED, start from PT_FIXED.
449 if(property < PT_FIXED) property = PT_FIXED;
451 // The size of TPM property group is PT_GROUP * 2 for fix and
453 for(i = property; i <= PT_FIXED + PT_GROUP * 2; i++)
460 // If the list is not full, add this property
461 propertyList->tpmProperty[propertyList->count].property =