Home
last modified time | relevance | path

Searched refs:sequence2B (Results 1 – 1 of 1) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Context/
DContext_spt.c76 TPM2B_DATA sequence2B, handle2B; in ComputeContextProtectionKey() local
82 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()