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

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_transport.c 147 TPM_AUTH pWrappedCmdAuth1, pWrappedCmdAuth2, pTransAuth, *pAuth1, *pAuth2, null_auth;
205 if (getData(TCSD_PACKET_TYPE_AUTH, i++, &pTransAuth, 0, &data->comm)) {
225 &pTransAuth, &punCurrentTicks, &pbLocality,
269 if (setData(TCSD_PACKET_TYPE_AUTH, i++, &pTransAuth, 0, &data->comm)) {
315 TPM_AUTH pKeyAuth, pTransAuth, *pAuth, null_auth;
341 if (getData(TCSD_PACKET_TYPE_AUTH, 4, &pTransAuth, 0, &data->comm))
348 pAuth, &pTransAuth, &pbLocality,
369 if (setData(TCSD_PACKET_TYPE_AUTH, 1, &pTransAuth, 0, &data->comm)) {
  /src/crypto/external/cpl/trousers/dist/src/tspi/
obj_context.c 727 TPM_AUTH auth, *pAuth, *pTransAuth;
897 pTransAuth = &context->transAuth;
898 pTransAuth->fContinueAuthSession = TRUE;
900 (BYTE **)pTransAuth->NonceOdd.nonce))) {
910 TPM_AUTH *pTransAuth,
932 memcpy(seed, pTransAuth->NonceEven.nonce, sizeof(TPM_NONCE));
933 memcpy(&seed[sizeof(TPM_NONCE)], pTransAuth->NonceOdd.nonce, sizeof(TPM_NONCE));
990 TPM_AUTH *pTransAuth,
1012 memcpy(seed, pTransAuth->NonceEven.nonce, sizeof(TPM_NONCE));
1013 memcpy(&seed[sizeof(TPM_NONCE)], pTransAuth->NonceOdd.nonce, sizeof(TPM_NONCE))
    [all...]

Completed in 15 milliseconds