Searched refs:dec_context (Results 1 – 1 of 1) sorted by relevance
1260 uef_context_t *dec_context; local1331 dec_context = text->utils->malloc(sizeof(uef_context_t));1332 if (dec_context == NULL)1336 &dec_context->hSession);1342 text->utils->free(dec_context);1358 rv = C_CreateObject(dec_context->hSession, template,1359 sizeof (template)/sizeof (template[0]), &dec_context->hKey);1365 (void) C_CloseSession(dec_context->hSession);1366 text->utils->free(dec_context);1369 text->cipher_dec_context = (cipher_context_t *)dec_context;[all …]