Home
last modified time | relevance | path

Searched refs:dec_context (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1259 uef_context_t *dec_context; local
1330 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 …]