Lines Matching refs:nc
476 "cnonce=\"%s\",nc=\"%s\",digest-uri=\"%s\",response=%s,"
537 digest->nc = 1; /* we make a new nonce now */
697 if(!digest->nc)
698 digest->nc = 1;
794 hashthis = aprintf("%s:%s:%08x:%s:%s:%s", ha1, digest->nonce, digest->nc,
817 web-safe characters. uri is already percent encoded. nc is 8 hex
848 "nc=%08x, "
856 digest->nc,
860 /* Increment nonce-count to use another nc value for the next request */
861 digest->nc++;
987 digest->nc = 0;