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
757 des_context_t *c = (des_context_t *) text->cipher_dec_context;
859 text->cipher_dec_context = (cipher_context_t *) c;
878 des_context_t *c = (des_context_t *) text->cipher_dec_context;
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) {
1130 if (text->cipher_dec_context == NULL) return SASL_NOMEM;
[all …]