HomeSort by relevance Sort by last modified time
    Searched defs:g_sContext (Results 1 - 2 of 2) 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));
  /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));

Completed in 43 milliseconds