Lines Matching refs:nonce

182     unsigned char *nonce;  member
219 unsigned char *nonce; member
2271 if (text->nonce) utils->free(text->nonce);
2303 if (reauth->nonce) utils->free(reauth->nonce);
2373 unsigned char *nonce, argument
2394 nonce,
2400 nonce, /* nonce from server */
2424 nonce, /* nonce from server */
2564 unsigned char *nonce; local
2633 nonce = create_nonce(sparams->utils);
2634 if (nonce == NULL) {
2646 resplen = strlen((char *)nonce) + strlen("nonce") + 5;
2648 resplen = strlen(nonce) + strlen("nonce") + 5;
2654 sparams->utils->free(nonce);
2661 sprintf(text->out_buf, "nonce=\"%s\"", nonce);
2672 sparams->utils->free(nonce);
2694 sparams->utils->free(nonce);
2714 sparams->utils->free(nonce);
2729 sparams->utils->free(nonce);
2772 sparams->utils->free(nonce);
2798 sparams->utils->free(nonce);
2810 sparams->utils->free(nonce);
2822 text->nonce = nonce;
2852 unsigned char *nonce = NULL, *cnonce = NULL; local
2941 _plug_strdup(sparams->utils, value, (char **) &nonce, NULL);
3044 (nonce == NULL) ||
3070 _plug_strdup(sparams->utils, (char *)text->reauth->e[val].nonce,
3071 (char **) &text->nonce, NULL);
3073 _plug_strdup(sparams->utils, text->reauth->e[val].nonce,
3074 (char **) &text->nonce, NULL);
3089 if (!text->nonce) {
3113 if (strcmp((char *)nonce, (char *) text->nonce) != 0) {
3117 if (strcmp(nonce, (char *) text->nonce) != 0) {
3364 text->nonce,
3525 text->reauth->e[val].nonce = text->nonce; text->nonce = NULL;
3560 if (nonce != NULL)
3561 sparams->utils->free (nonce);
3850 unsigned char *nonce, argument
3865 if(!username || !cnonce || !nonce || !ncvalue || !digesturi || !passwd) {
3886 nonce,
3892 nonce, /* nonce from server */
3914 nonce, /* nonce from server */
4010 text->nonce,
4061 "nonce", text->nonce, TRUE) != SASL_OK) {
4297 _plug_strdup(params->utils, value, (char **) &text->nonce,
4474 if (text->nonce == NULL) {
4815 if (text->nonce) params->utils->free(text->nonce);
4822 _plug_strdup(params->utils, (char *)text->reauth->e[val].nonce,
4823 (char **) &text->nonce, NULL);
4825 _plug_strdup(params->utils, text->reauth->e[val].nonce,
4826 (char **) &text->nonce, NULL);
4843 if (!text->nonce) {
4888 if (text->nonce == NULL) {
5014 text->reauth->e[val].nonce = text->nonce; text->nonce = NULL;
5114 if (text->nonce) params->utils->free(text->nonce);
5118 text->nonce = text->cnonce = NULL;
5120 text->realm = text->nonce = text->cnonce = NULL;