Searched defs:g_sContext (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap4xxx/security/tf_crypto_sst/
H A Dpkcs11_global.c51 TEEC_Context g_sContext; variable
85 nTeeError = TEEC_InitializeContext(NULL, &g_sContext);
104 TEEC_FinalizeContext(&g_sContext);
105 memset(&g_sContext, 0, sizeof(TEEC_Context));

Completed in 100 milliseconds