Searched refs:dec_context (Results 1 – 1 of 1) sorted by relevance
1259 uef_context_t *dec_context; local1330 dec_context = text->utils->malloc(sizeof(uef_context_t));1331 if (dec_context == NULL)1335 &dec_context->hSession);1341 text->utils->free(dec_context);1357 rv = C_CreateObject(dec_context->hSession, template,1358 sizeof (template)/sizeof (template[0]), &dec_context->hKey);1364 (void) C_CloseSession(dec_context->hSession);1365 text->utils->free(dec_context);1368 text->cipher_dec_context = (cipher_context_t *)dec_context;[all …]