Searched refs:kdfResult (Results 1 – 1 of 1) sorted by relevance
31 BYTE kdfResult[sizeof(TPMU_HA) * 2];// Value produced by the KDF in ComputeContextProtectionKey() local53 &handle2B.b, (symKey->t.size + iv->t.size) * 8, kdfResult, NULL); in ComputeContextProtectionKey()55 MemoryCopy(symKey->t.buffer, kdfResult, symKey->t.size, in ComputeContextProtectionKey()58 MemoryCopy(iv->t.buffer, &kdfResult[symKey->t.size], iv->t.size, in ComputeContextProtectionKey()