Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c266 struct cipher_context *cipher_enc_context; member
796 des_context_t *c = (des_context_t *) text->cipher_enc_context;
844 text->cipher_enc_context = (cipher_context_t *) c;
920 des_context_t *c = (des_context_t *) text->cipher_enc_context;
967 text->cipher_enc_context = (cipher_context_t *) c;
985 if (text->cipher_enc_context) text->utils->free(text->cipher_enc_context);
1098 if(text->cipher_enc_context) text->utils->free(text->cipher_enc_context);
1101 text->cipher_enc_context = NULL;
1116 text->cipher_enc_context=
1118 if (text->cipher_enc_context == NULL) return SASL_NOMEM;
[all …]