Lines Matching refs:aprintf
475 response = aprintf("username=\"%s\",realm=\"%s\",nonce=\"%s\","
716 hashthis = aprintf("%s:%s", userp, digest->realm ? digest->realm : "");
736 hashthis = aprintf("%s:%s:%s", userp, digest->realm ? digest->realm : "",
747 tmp = aprintf("%s:%s:%s", ha1, digest->nonce, digest->cnonce);
769 hashthis = aprintf("%s:%s", request, uripath);
781 hashthis2 = aprintf("%s:%s", hashthis, hashed);
794 hashthis = aprintf("%s:%s:%08x:%s:%s:%s", ha1, digest->nonce, digest->nc,
798 hashthis = aprintf("%s:%s:%s", ha1, digest->nonce, ha2);
843 response = aprintf("username=\"%s\", "
864 response = aprintf("username=\"%s\", "
890 tmp = aprintf("%s, opaque=\"%s\"", response, opaque_quoted);
901 tmp = aprintf("%s, algorithm=%s", response, digest->algorithm);
911 tmp = aprintf("%s, userhash=true", response);