Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1258 uef_context_t *enc_context; local
1291 enc_context = text->utils->malloc(sizeof (uef_context_t));
1292 if (enc_context == NULL)
1296 &enc_context->hSession);
1298 text->utils->free(enc_context);
1306 rv = C_CreateObject(enc_context->hSession, template,
1307 sizeof (template)/sizeof (template[0]), &enc_context->hKey);
1309 text->utils->free(enc_context);
1310 (void) C_CloseSession(enc_context->hSession);
1318 text->cipher_enc_context = (cipher_context_t *)enc_context;
[all …]