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

  /external/tpm2/
Global.c 74 UINT32 s_ramIndexSize;
NV.c 378 BOOL success = ( s_ramIndexSize
397 while(currAddr < s_ramIndexSize)
411 pAssert(currAddr < s_ramIndexSize);
429 memcpy(&s_ramIndex[s_ramIndexSize], &value,
430 sizeof(s_ramIndex[s_ramIndexSize]));
431 memcpy(&s_ramIndex[s_ramIndexSize + sizeof(UINT32)], &handle,
432 sizeof(s_ramIndex[s_ramIndexSize + sizeof(UINT32)]));
433 s_ramIndexSize += sizeof(UINT32) + sizeof(TPMI_RH_NV_INDEX) + size;
434 pAssert(s_ramIndexSize <= RAM_INDEX_SPACE);
435 // Update NV version of s_ramIndexSize
    [all...]
Global.h     [all...]

Completed in 550 milliseconds