HomeSort by: relevance | last modified time | path
    Searched refs:transLogDigest (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tspi/
obj_context.c 141 __tspi_memset(&context->transLogDigest, 0, sizeof(TPM_DIGEST));
806 __tspi_memset(context->transLogDigest.digest, 0, sizeof(TPM_DIGEST));
824 result |= Trspi_Hash_DIGEST(&hashCtx, context->transLogDigest.digest);
826 if ((result |= Trspi_HashFinal(&hashCtx, context->transLogDigest.digest)))
889 result |= Trspi_Hash_DIGEST(&hashCtx, context->transLogDigest.digest);
891 if ((result |= Trspi_HashFinal(&hashCtx, context->transLogDigest.digest)))
1128 result |= Trspi_Hash_DIGEST(&hashCtx, context->transLogDigest.digest);
1130 if ((result |= Trspi_HashFinal(&hashCtx, context->transLogDigest.digest)))
1297 result |= Trspi_Hash_DIGEST(&hashCtx, context->transLogDigest.digest);
1299 if ((result |= Trspi_HashFinal(&hashCtx, context->transLogDigest.digest))
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/include/
obj_context.h 44 TPM_DIGEST transLogDigest;

Completed in 52 milliseconds