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

  /external/tpm2/
NV.c 374 BOOL success = ( s_ramIndexSize
393 while(currAddr < s_ramIndexSize)
407 pAssert(currAddr < s_ramIndexSize);
425 memcpy(&s_ramIndex[s_ramIndexSize], &value,
426 sizeof(s_ramIndex[s_ramIndexSize]));
427 memcpy(&s_ramIndex[s_ramIndexSize + sizeof(UINT32)], &handle,
428 sizeof(s_ramIndex[s_ramIndexSize + sizeof(UINT32)]));
429 s_ramIndexSize += sizeof(UINT32) + sizeof(TPMI_RH_NV_INDEX) + size;
430 pAssert(s_ramIndexSize <= RAM_INDEX_SPACE);
431 // Update NV version of s_ramIndexSize
    [all...]
Global.c 74 UINT32 s_ramIndexSize;
Global.h     [all...]

Completed in 130 milliseconds