HomeSort by relevance Sort by last modified time
    Searched refs:inDuplicate (Results 1 - 3 of 3) sorted by null

  /external/tpm2/
Rewrap.c 17 // TPM_RC_INTEGRITY the integrity check of inDuplicate failed
68 in->inDuplicate.t.size, in->inDuplicate.t.buffer);
75 privateBlob.t.size = in->inDuplicate.t.size - hashSize;
76 MemoryCopy(privateBlob.t.buffer, in->inDuplicate.t.buffer + hashSize,
82 privateBlob = in->inDuplicate;
Rewrap_fp.h 15 TPM2B_PRIVATE inDuplicate;
Marshal_Rewrap.c 48 result = TPM2B_PRIVATE_Unmarshal(&target->inDuplicate, buffer, size);

Completed in 380 milliseconds