Home | History | Annotate | Download | only in tpm2

Lines Matching refs:hierarchy

15 //      This function performs the initialization functions for the hierarchy when the TPM is simulated. This
51 // Write hierarchy data to NV
74 // This function is called at TPM2_Startup() to initialize the hierarchy related values.
106 // This function finds the proof value associated with a hierarchy.It returns a pointer to the proof value.
110 TPMI_RH_HIERARCHY hierarchy // IN: hierarchy constant
114 switch(hierarchy)
142 // This function returns the primary seed of a hierarchy.
146 TPMI_RH_HIERARCHY hierarchy // IN: hierarchy
150 switch(hierarchy)
173 // This function checks to see if a hierarchy is enabled.
175 // NOTE: The TPM_RH_NULL hierarchy is always enabled.
180 // TRUE hierarchy is enabled
181 // FALSE hierarchy is disabled
185 TPMI_RH_HIERARCHY hierarchy // IN: hierarchy
189 switch(hierarchy)