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

/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1224 typedef struct uef_context_s uef_context_t; typedef in typeref:struct:uef_context_s
1263 uef_context_t *enc_context;
1264 uef_context_t *dec_context;
1296 enc_context = text->utils->malloc(sizeof (uef_context_t));
1335 dec_context = text->utils->malloc(sizeof(uef_context_t));
1412 uef_context_t *enc_context =
1413 (uef_context_t *)text->cipher_enc_context;
1414 uef_context_t *dec_context =
1415 (uef_context_t *)text->cipher_dec_context;
1483 uef_context_t *dec_contex
[all...]

Completed in 82 milliseconds