OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S_HANDLE
(Results
1 - 8
of
8
) sorted by null
/hardware/ti/omap4xxx/security/tf_sdk/include/
mtc.h
81
S_HANDLE
* phCounter);
83
void MTC_EXPORT SMonotonicCounterClose(
S_HANDLE
hCounter);
86
S_HANDLE
hCounter,
90
S_HANDLE
hCounter,
tee_client_api_imp.h
51
S_HANDLE
_hClientSession;
58
S_HANDLE
_hBlock;
s_type.h
113
typedef uint32_t
S_HANDLE
;
114
typedef
S_HANDLE
SM_HANDLE;
115
#define S_HANDLE_NULL ((
S_HANDLE
)0)
/hardware/ti/omap4xxx/security/tee_client_api/
schannel6_protocol.h
128
S_HANDLE
hBlock;
186
S_HANDLE
hDeviceContext;
187
S_HANDLE
hClientSession;
200
S_HANDLE
hDeviceContext;
216
S_HANDLE
hDeviceContext;
230
S_HANDLE
hDeviceContext;
231
S_HANDLE
hBlock;
241
S_HANDLE
hDeviceContext;
242
S_HANDLE
hClientSession;
253
S_HANDLE
hDeviceContext
[
all
...]
tee_client_api_linux_driver.c
237
nResult = ioctl((
S_HANDLE
)pContext->imp._hConnection, IOCTL_SCX_EXCHANGE, pCommand);
384
S_HANDLE
hDriver = S_HANDLE_NULL;
906
nResult = ioctl((
S_HANDLE
)context->imp._hConnection, IOCTL_SCX_GET_DESCRIPTION, &sInfoBuffer);
/hardware/ti/omap4xxx/security/tf_crypto_sst/
mtc.c
76
static S_RESULT static_getMonotonicCounter(
S_HANDLE
hCounter,
159
OUT
S_HANDLE
* phCounter)
221
nError = SMonotonicCounterGet((
S_HANDLE
)pSession, &nCounterValue);
224
SMonotonicCounterClose((
S_HANDLE
)pSession);
228
*phCounter = (
S_HANDLE
)pSession;
237
MTC_EXPORT void SMonotonicCounterClose(
S_HANDLE
hCounter)
263
S_HANDLE
hCounter,
270
S_HANDLE
hCounter,
pkcs11_internal.h
135
bool ckInternalSessionIsOpenedEx(
S_HANDLE
hSession, bool* pBoolIsPrimarySession);
pkcs11_global.c
118
*
S_HANDLE
hSession: the session handle to check
126
bool ckInternalSessionIsOpenedEx(
S_HANDLE
hSession, bool* pBoolIsPrimarySession)
Completed in 48 milliseconds