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

/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1219 typedef struct uef_context_s uef_context_t; typedef in typeref:struct:uef_context_s
1258 uef_context_t *enc_context;
1259 uef_context_t *dec_context;
1291 enc_context = text->utils->malloc(sizeof (uef_context_t));
1330 dec_context = text->utils->malloc(sizeof(uef_context_t));
1407 uef_context_t *enc_context =
1408 (uef_context_t *)text->cipher_enc_context;
1409 uef_context_t *dec_context =
1410 (uef_context_t *)text->cipher_dec_context;
1478 uef_context_t *dec_contex
[all...]

Completed in 70 milliseconds