OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_sContext
(Results
1 - 10
of
10
) sorted by null
/hardware/ti/omap4-aah/security/tf_crypto_sst/
pkcs11_global.c
51
TEEC_Context
g_sContext
;
85
nTeeError = TEEC_InitializeContext(NULL, &
g_sContext
);
104
TEEC_FinalizeContext(&
g_sContext
);
105
memset(&
g_sContext
, 0, sizeof(TEEC_Context));
pkcs11_internal.h
65
*
g_sContext
: the global TEEC context used by the library
67
extern TEEC_Context
g_sContext
;
mtc.c
192
nError = TEEC_OpenSession(&
g_sContext
,
pkcs11_session.c
170
nTeeError = TEEC_OpenSession(&
g_sContext
,
sst_stub.c
126
nTeeError = TEEC_OpenSession(&
g_sContext
,
/hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_global.c
51
TEEC_Context
g_sContext
;
85
nTeeError = TEEC_InitializeContext(NULL, &
g_sContext
);
104
TEEC_FinalizeContext(&
g_sContext
);
105
memset(&
g_sContext
, 0, sizeof(TEEC_Context));
pkcs11_internal.h
65
*
g_sContext
: the global TEEC context used by the library
67
extern TEEC_Context
g_sContext
;
mtc.c
192
nError = TEEC_OpenSession(&
g_sContext
,
pkcs11_session.c
170
nTeeError = TEEC_OpenSession(&
g_sContext
,
sst_stub.c
127
nTeeError = TEEC_OpenSession(&
g_sContext
,
Completed in 2559 milliseconds