Lines Matching refs:aprintf
471 response = aprintf("username=\"%s\",realm=\"%s\",nonce=\"%s\","
697 aprintf("%s:%s:%s", userp, digest->realm, passwdp);
708 tmp = aprintf("%s:%s:%s", ha1, digest->nonce, digest->cnonce);
731 md5this = (unsigned char *) aprintf("%s:%s", request, uripath);
737 aprintf("%s:%s", md5this, "d41d8cd98f00b204e9800998ecf8427e");
751 md5this = (unsigned char *) aprintf("%s:%s:%08x:%s:%s:%s",
760 md5this = (unsigned char *) aprintf("%s:%s:%s",
792 response = aprintf("username=\"%s\", "
815 response = aprintf("username=\"%s\", "
833 tmp = aprintf("%s, opaque=\"%s\"", response, digest->opaque);
843 tmp = aprintf("%s, algorithm=\"%s\"", response, digest->algorithm);