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

  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs_structs.h 19 TSS_BOOL fContinueAuthSession;
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_auth.c 93 auth->fContinueAuthSession,
260 auth->fContinueAuthSession,
325 auth->fContinueAuthSession,
344 auth->fContinueAuthSession = cas;
375 Blob[offset++] = auth->fContinueAuthSession;
400 auth->fContinueAuthSession = 0x00;
468 auth->fContinueAuthSession,
572 auth->fContinueAuthSession,
1054 sess->auth.fContinueAuthSession, sizeof(TPM_NONCE),
1086 sess->auth.fContinueAuthSession, sizeof(TPM_NONCE)
    [all...]
spi_utils.c 412 Trspi_LoadBlob_BOOL(offset, auth->fContinueAuthSession, blob);
420 Trspi_UnloadBlob_BOOL(offset, &auth->fContinueAuthSession, blob);
obj_context.c 898 pTransAuth->fContinueAuthSession = TRUE;
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_ps.c 357 Trspi_LoadBlob_BOOL(offset, info->authData.fContinueAuthSession, blob);
370 Trspi_UnloadBlob_BOOL(offset, &info->authData.fContinueAuthSession, blob);
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc.c 43 LoadBlob_BOOL(offset, auth->fContinueAuthSession, blob);
52 UnloadBlob_BOOL(offset, &auth->fContinueAuthSession, blob);
rpc_ps.c 395 LoadBlob_BOOL(offset, info->authData.fContinueAuthSession, blob);
421 UnloadBlob_BOOL(offset, &info->authData.fContinueAuthSession, blob);
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_auth_mgr.c 248 auth0->fContinueAuthSession);
252 auth1->fContinueAuthSession);
tcs_utils.c 270 LoadBlob_BOOL(offset, auth->fContinueAuthSession, blob);
286 UnloadBlob_BOOL(offset, &auth->fContinueAuthSession, blob);

Completed in 35 milliseconds