Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1220 typedef struct uef_context_s uef_context_t; typedef
1259 uef_context_t *enc_context;
1260 uef_context_t *dec_context;
1292 enc_context = text->utils->malloc(sizeof (uef_context_t));
1331 dec_context = text->utils->malloc(sizeof(uef_context_t));
1408 uef_context_t *enc_context =
1409 (uef_context_t *)text->cipher_enc_context;
1410 uef_context_t *dec_context =
1411 (uef_context_t *)text->cipher_dec_context;
1479 uef_context_t *dec_context =
[all …]