OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sOpenClientSession
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c
177
pSCXParams = pCommand->
sOpenClientSession
.sParams;
263
pSCXAnswers = pAnswer->
sOpenClientSession
.sAnswers;
769
sCommand.
sOpenClientSession
.sTimeout = SCTIME_INFINITE;
773
sCommand.
sOpenClientSession
.sTimeout = *(uint64_t*)timeLimit;
775
sCommand.
sOpenClientSession
.sDestinationUUID = *((S_UUID*)destination);
776
sCommand.
sOpenClientSession
.nLoginType = connectionMethod;
786
*(uint32_t*)sCommand.
sOpenClientSession
.sLoginData = *(uint32_t*)connectionData;
790
sCommand.
sOpenClientSession
.nCancellationID = (uint32_t)operation; // used for TEEC_RequestCancellation
809
nError = sAnswer.
sOpenClientSession
.nErrorCode;
810
nReturnOrigin = sAnswer.
sOpenClientSession
.nReturnOrigin
[
all
...]
schannel6_protocol.h
291
SCHANNEL6_OPEN_CLIENT_SESSION_COMMAND
sOpenClientSession
;
413
SCHANNEL6_OPEN_CLIENT_SESSION_ANSWER
sOpenClientSession
;
Completed in 23 milliseconds