Lines Matching refs:cnonce
184 unsigned char *cnonce;
221 unsigned char *cnonce;
2272 if (text->cnonce) utils->free(text->cnonce);
2304 if (reauth->cnonce) utils->free(reauth->cnonce);
2375 unsigned char *cnonce,
2395 cnonce,
2402 cnonce, /* client nonce */
2426 cnonce, /* client nonce */
2824 text->cnonce = NULL;
2852 unsigned char *nonce = NULL, *cnonce = NULL;
2904 * digest-response = 1#( username | realm | nonce | cnonce |
2913 } else if (strcasecmp(name, "cnonce") == 0) {
2914 _plug_strdup(sparams->utils, value, (char **) &cnonce, NULL);
3031 * username-value = qdstr-val cnonce = "cnonce" "=" <">
3032 * cnonce-value <"> cnonce-value = qdstr-val nonce-count = "nc"
3046 (cnonce == NULL) ||
3078 _plug_strdup(sparams->utils, (char *)text->reauth->e[val].cnonce,
3079 (char **) &text->cnonce, NULL);
3081 _plug_strdup(sparams->utils, text->reauth->e[val].cnonce,
3082 (char **) &text->cnonce, NULL);
3136 if (text->cnonce && strcmp((char *)cnonce, (char *)text->cnonce) != 0) {
3138 "cnonce changed: authentication aborted");
3140 if (text->cnonce && strcmp(cnonce, text->cnonce) != 0) {
3142 "cnonce changed: authentication aborted");
3264 * ":", nonce-value, ":", cnonce-value }
3366 cnonce,
3526 text->reauth->e[val].cnonce = cnonce; cnonce = NULL;
3562 if (cnonce != NULL)
3563 sparams->utils->free (cnonce);
3852 unsigned char *cnonce,
3865 if(!username || !cnonce || !nonce || !ncvalue || !digesturi || !passwd) {
3887 cnonce,
3894 cnonce, /* client nonce */
3916 cnonce, /* client nonce */
4012 text->cnonce,
4067 "cnonce", text->cnonce, TRUE) != SASL_OK) {
4248 /* create a new cnonce */
4249 text->cnonce = create_nonce(params->utils);
4250 if (text->cnonce == NULL) {
4253 "failed to create cnonce");
4256 "failed to create cnonce");
4816 if (text->cnonce) params->utils->free(text->cnonce);
4830 _plug_strdup(params->utils, (char *)text->reauth->e[val].cnonce,
4831 (char **) &text->cnonce, NULL);
4833 _plug_strdup(params->utils, text->reauth->e[val].cnonce,
4834 (char **) &text->cnonce, NULL);
4851 * (username | realm | nonce | cnonce | nonce-count | qop digest-uri |
4908 * (username | realm | nonce | cnonce | nonce-count | qop digest-uri |
5016 text->reauth->e[val].cnonce = text->cnonce; text->cnonce = NULL;
5115 if (text->cnonce) params->utils->free(text->cnonce);
5118 text->nonce = text->cnonce = NULL;
5120 text->realm = text->nonce = text->cnonce = NULL;