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