HomeSort by relevance Sort by last modified time
    Searched defs:cpHash (Results 1 - 2 of 2) sorted by null

  /external/tpm2/
SessionProcess.c 460 // This function computes the cpHash as defined in Part 2 and described in Part 1.
470 TPM2B_DIGEST *cpHash, // OUT: cpHash
478 // cpHash = hash(commandCode [ || authName1
482 // A cpHash can contain just a commandCode only if the lone session is
484 // Start cpHash.
485 cpHash->t.size = CryptStartHash(hashAlg, &hashState);
497 CryptCompleteHash2B(&hashState, &cpHash->b);
558 TPM2B_DIGEST *cpHash, // IN: cpHash
    [all...]
Global.h 269 unsigned iscpHashDefined : 1;//4) SET if the cpHash has been defined
348 TPM2B_DIGEST cpHash; // the required cpHash value for the
350 } u1; // 'boundEntity' and 'cpHash' may
    [all...]

Completed in 314 milliseconds