Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c268 struct cipher_context *cipher_dec_context; member
859 text->cipher_dec_context = (cipher_context_t *) c;
977 text->cipher_dec_context = (cipher_context_t *) c;
1100 if(text->cipher_dec_context) text->utils->free(text->cipher_dec_context);
1103 text->cipher_dec_context = NULL;
1121 text->cipher_dec_context=
1124 if (text->cipher_dec_context == NULL) {
1411 (uef_context_t *)text->cipher_dec_context;
1467 text->cipher_dec_context = NULL;
1480 (uef_context_t *)text->cipher_dec_context;
[all …]