HomeSort by relevance Sort by last modified time
    Searched refs:sInvokeClientCommand (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c 182 pSCXParams = pCommand->sInvokeClientCommand.sParams;
201 pCommand->sInvokeClientCommand.nParamTypes |=
268 pSCXAnswers = pAnswer->sInvokeClientCommand.sAnswers;
843 sCommand.sInvokeClientCommand.nClientCommandIdentifier = commandID;
846 sCommand.sInvokeClientCommand.sTimeout = SCTIME_INFINITE;
850 sCommand.sInvokeClientCommand.sTimeout = *(uint64_t*)timeLimit;
852 sCommand.sInvokeClientCommand.hClientSession = session->imp._hClientSession;
853 sCommand.sInvokeClientCommand.nCancellationID = (uint32_t)operation; // used for TEEC_RequestCancellation
877 nError = sAnswer.sInvokeClientCommand.nErrorCode;
878 nReturnOrigin = sAnswer.sInvokeClientCommand.nReturnOrigin
    [all...]
schannel6_protocol.h 295 SCHANNEL6_INVOKE_CLIENT_COMMAND_COMMAND sInvokeClientCommand;
416 SCHANNEL6_INVOKE_CLIENT_COMMAND_ANSWER sInvokeClientCommand;

Completed in 19 milliseconds