Searched defs:dec_context (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1264 uef_context_t *dec_context; local
1335 dec_context = text->utils->malloc(sizeof(uef_context_t));
1336 if (dec_context == NULL)
1340 &dec_context->hSession);
1346 text->utils->free(dec_context);
1362 rv = C_CreateObject(dec_context->hSession, template,
1363 sizeof (template)/sizeof (template[0]), &dec_context->hKey);
1369 (void) C_CloseSession(dec_context->hSession);
1370 text->utils->free(dec_context);
1373 text->cipher_dec_context = (cipher_context_t *)dec_context;
1414 uef_context_t *dec_context = local
1483 uef_context_t *dec_context = local
1564 uef_context_t *dec_context = local
[all...]

Completed in 32 milliseconds