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

  /src/crypto/external/cpl/trousers/dist/src/tspi/
obj_context.c 132 if (context->transAuth.AuthHandle) {
133 RPC_FlushSpecific(tspContext, context->transAuth.AuthHandle, TPM_RT_TRANS);
138 __tspi_memset(&context->transAuth, 0, sizeof(TPM_AUTH));
850 &context->transAuth.AuthHandle, &tickLen, &ticks,
851 &context->transAuth.NonceEven);
862 result |= Trspi_Hash_NONCE(&hashCtx, context->transAuth.NonceEven.nonce);
897 pTransAuth = &context->transAuth;
1098 pTransAuth = &context->transAuth;
1367 HMAC_Auth(context->transSecret.authData.authdata, digest.digest, &context->transAuth);
1370 &context->transAuth,
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/include/
obj_context.h 41 TPM_AUTH transAuth;

Completed in 47 milliseconds