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

  /external/tpm2/
StartAuthSession.c 44 if( in->nonceCaller.t.size < 16
45 || in->nonceCaller.t.size > CryptGetHashDigestSize(in->authHash))
70 result = CryptSecretDecrypt(in->tpmKey, &in->nonceCaller, "SECRET",
105 &in->nonceCaller, &in->symmetric,
StartAuthSession_fp.h 15 TPM2B_NONCE nonceCaller;
Session_fp.h 35 TPM2B_NONCE *nonceCaller, // IN: initial nonceCaller
CryptUtil_fp.h 248 TPM2B *nonceCaller, // IN: nonce caller
257 TPM2B *nonceCaller, // IN: nonce caller
265 TPM2B_NONCE *nonceCaller, // IN: nonceCaller. It is needed for symmetric
Marshal_StartAuthSession.c 49 result = TPM2B_NONCE_Unmarshal(&target->nonceCaller, buffer, size);
Session.c 307 TPM2B_NONCE *nonceCaller, // IN: initial nonceCaller
364 session->nonceTPM.t.size = nonceCaller->t.size;
373 // nonceCaller, bits)
393 &nonceCaller->b, hashSize * 8, session->sessionKey.t.buffer, NULL);
    [all...]
CryptUtil.c     [all...]

Completed in 87 milliseconds