Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c267 struct cipher_context *cipher_enc_context; member
797 des_context_t *c = (des_context_t *) text->cipher_enc_context;
845 text->cipher_enc_context = (cipher_context_t *) c;
921 des_context_t *c = (des_context_t *) text->cipher_enc_context;
968 text->cipher_enc_context = (cipher_context_t *) c;
986 if (text->cipher_enc_context) text->utils->free(text->cipher_enc_context);
1099 if(text->cipher_enc_context) text->utils->free(text->cipher_enc_context);
1102 text->cipher_enc_context = NULL;
1117 text->cipher_enc_context=
1119 if (text->cipher_enc_context == NULL) return SASL_NOMEM;
[all …]