Home
last modified time | relevance | path

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

/external/tpm2/
DContext_spt.c32 TPM2B_DATA sequence2B, handle2B; in ComputeContextProtectionKey() local
41 handle2B.t.size = sizeof(contextBlob->savedHandle); in ComputeContextProtectionKey()
42 MemoryCopy(handle2B.t.buffer, &contextBlob->savedHandle, in ComputeContextProtectionKey()
44 sizeof(handle2B.t.buffer)); in ComputeContextProtectionKey()
53 &handle2B.b, (symKey->t.size + iv->t.size) * 8, kdfResult, NULL); in ComputeContextProtectionKey()