Lines Matching refs:cnonce

185     unsigned char *cnonce;
222 unsigned char *cnonce;
2277 if (text->cnonce) utils->free(text->cnonce);
2309 if (reauth->cnonce) utils->free(reauth->cnonce);
2380 unsigned char *cnonce,
2400 cnonce,
2407 cnonce, /* client nonce */
2431 cnonce, /* client nonce */
2829 text->cnonce = NULL;
2857 unsigned char *nonce = NULL, *cnonce = NULL;
2909 * digest-response = 1#( username | realm | nonce | cnonce |
2918 } else if (strcasecmp(name, "cnonce") == 0) {
2919 _plug_strdup(sparams->utils, value, (char **) &cnonce, NULL);
3036 * username-value = qdstr-val cnonce = "cnonce" "=" <">
3037 * cnonce-value <"> cnonce-value = qdstr-val nonce-count = "nc"
3051 (cnonce == NULL) ||
3083 _plug_strdup(sparams->utils, (char *)text->reauth->e[val].cnonce,
3084 (char **) &text->cnonce, NULL);
3086 _plug_strdup(sparams->utils, text->reauth->e[val].cnonce,
3087 (char **) &text->cnonce, NULL);
3141 if (text->cnonce && strcmp((char *)cnonce, (char *)text->cnonce) != 0) {
3143 "cnonce changed: authentication aborted");
3145 if (text->cnonce && strcmp(cnonce, text->cnonce) != 0) {
3147 "cnonce changed: authentication aborted");
3269 * ":", nonce-value, ":", cnonce-value }
3371 cnonce,
3531 text->reauth->e[val].cnonce = cnonce; cnonce = NULL;
3567 if (cnonce != NULL)
3568 sparams->utils->free (cnonce);
3865 unsigned char *cnonce,
3878 if(!username || !cnonce || !nonce || !ncvalue || !digesturi || !passwd) {
3900 cnonce,
3907 cnonce, /* client nonce */
3929 cnonce, /* client nonce */
4025 text->cnonce,
4080 "cnonce", text->cnonce, TRUE) != SASL_OK) {
4261 /* create a new cnonce */
4262 text->cnonce = create_nonce(params->utils);
4263 if (text->cnonce == NULL) {
4266 "failed to create cnonce");
4269 "failed to create cnonce");
4829 if (text->cnonce) params->utils->free(text->cnonce);
4843 _plug_strdup(params->utils, (char *)text->reauth->e[val].cnonce,
4844 (char **) &text->cnonce, NULL);
4846 _plug_strdup(params->utils, text->reauth->e[val].cnonce,
4847 (char **) &text->cnonce, NULL);
4864 * (username | realm | nonce | cnonce | nonce-count | qop digest-uri |
4921 * (username | realm | nonce | cnonce | nonce-count | qop digest-uri |
5029 text->reauth->e[val].cnonce = text->cnonce; text->cnonce = NULL;
5128 if (text->cnonce) params->utils->free(text->cnonce);
5131 text->nonce = text->cnonce = NULL;
5133 text->realm = text->nonce = text->cnonce = NULL;