Searched refs:sequence2B (Results 1 – 1 of 1) sorted by relevance
76 TPM2B_DATA sequence2B, handle2B; in ComputeContextProtectionKey() local82 sequence2B.t.size = sizeof(contextBlob->sequence); in ComputeContextProtectionKey()83 cAssert(sequence2B.t.size <= sizeof(sequence2B.t.buffer)); in ComputeContextProtectionKey()84 MemoryCopy(sequence2B.t.buffer, &contextBlob->sequence, sequence2B.t.size); in ComputeContextProtectionKey()98 CryptKDFa(CONTEXT_INTEGRITY_HASH_ALG, &proof->b, CONTEXT_KEY, &sequence2B.b, in ComputeContextProtectionKey()