Home
last modified time | relevance | path

Searched refs:handle2B (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
87 handle2B.t.size = sizeof(contextBlob->savedHandle); in ComputeContextProtectionKey()
88 cAssert(handle2B.t.size <= sizeof(handle2B.t.buffer)); in ComputeContextProtectionKey()
89 MemoryCopy(handle2B.t.buffer, &contextBlob->savedHandle, handle2B.t.size); in ComputeContextProtectionKey()
99 &handle2B.b, (symKey->t.size + iv->t.size) * 8, kdfResult, NULL, in ComputeContextProtectionKey()