Searched refs:enc_context (Results 1 – 1 of 1) sorted by relevance
1259 uef_context_t *enc_context; local1292 enc_context = text->utils->malloc(sizeof (uef_context_t));1293 if (enc_context == NULL)1297 &enc_context->hSession);1299 text->utils->free(enc_context);1307 rv = C_CreateObject(enc_context->hSession, template,1308 sizeof (template)/sizeof (template[0]), &enc_context->hKey);1310 text->utils->free(enc_context);1311 (void) C_CloseSession(enc_context->hSession);1319 text->cipher_enc_context = (cipher_context_t *)enc_context;[all …]