Home | History | Annotate | Download | only in tpm2

Lines Matching full:sessionkey

369    // a sessionKey.
372 // sessionKey = KDFa(hash, (authValue || seed), "ATH", nonceTPM,
382 // Get hash size, which is also the length of sessionKey
390 session->sessionKey.t.size = hashSize;
393 &nonceCaller->b, hashSize * 8, session->sessionKey.t.buffer, NULL);