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

  /src/crypto/external/cpl/trousers/dist/src/include/
tcsd_ops.h 31 #define OSAP TCSD_ORD_OSAP
101 #define SUBOP_AUTHSESS OIAP, OSAP, TERMINATEHANDLE
rpc_tcstp_tcs.h 23 DECLARE_TCSTP_FUNC(OSAP);
spi_utils.h 463 TSS_RESULT (*OSAP)(TSS_HCONTEXT, TCPA_ENTITY_TYPE, UINT32, TPM_NONCE *, TCS_AUTHHANDLE *,
  /src/crypto/external/cpl/trousers/dist/src/tspi/
spi_utils.c 54 .OSAP = RPC_OSAP,
205 .OSAP = Transport_OSAP,
tsp_auth.c 205 if ((result = TCS_API(tspContext)->OSAP(tspContext, osapType, osapData,
402 if ((rc = TCS_API(tspContext)->OSAP(tspContext, EntityType, EntityValue, &auth->NonceOdd,
412 rc = TCS_API(tspContext)->OSAP(tspContext, EntityType, EntityValue,
652 if ((result = TCS_API(sess->tspContext)->OSAP(sess->tspContext, sess->entity_type,
665 result = TCS_API(sess->tspContext)->OSAP(sess->tspContext,
765 /* Create an OSAP session. @requirements is used in different ways depending on the command to
1002 /* We have both OSAP nonces, so calculate the shared secret if we're responsible for it */

Completed in 28 milliseconds