HomeSort by relevance Sort by last modified time
    Searched refs:s_actionInputBuffer (Results 1 - 3 of 3) sorted by null

  /external/tpm2/
MemoryLib.c 12 // guaranteed that the code will stop accessing the s_actionInputBuffer before starting to put values in the
13 // s_actionOutputBuffer so different buffers are required. However, the s_actionInputBuffer and
201 UINT32 *p = s_actionInputBuffer;
203 pAssert(size < sizeof(s_actionInputBuffer));
205 #define SZ sizeof(s_actionInputBuffer[0])
Global.c 120 UINT32 s_actionInputBuffer[1024]; // action input buffer
Global.h     [all...]

Completed in 79 milliseconds