Home | History | Annotate | Download | only in tpm2

Lines Matching defs:function

14 //      structures. The alignment of the structures is not important as this function does not use any of the
37 UINT32 function;
78 // Function to marshal a 16 bit value to the output buffer.
93 // Function to marshal a 32 bit value to the output buffer.
133 // This function is called by the simulator to enable failure mode testing.
148 // This function is called by TPM.lib when a failure occurs. It will set up the failure values to be returned on
153 const char *function,
159 // of the function name where the error occurred.
160 memcpy(&s_failFunction, function, sizeof(s_failFunction));
178 // This function is called by the interface code when the platform is in failure mode.