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

  /external/tpm2/
Global.c 51 TPM2B_AUTH s_inputAuthValues[MAX_SESSION_NUM];
SessionProcess.c 520 // referenced entities from s_inputAuthValues[] and s_associatedHandles[].
535 MemoryRemoveTrailingZeros(&s_inputAuthValues[sessionIndex]);
539 if(Memory2BEqual(&s_inputAuthValues[sessionIndex].b, &authValue.b))
636 && s_inputAuthValues[sessionIndex].t.size == 0)
690 if(!Memory2BEqual(&s_inputAuthValues[sessionIndex].b, &hmac.b))
    [all...]
Global.h     [all...]

Completed in 121 milliseconds