Home | History | Annotate | Download | only in lib

Lines Matching refs:aprintf

278   return aprintf("%s/%s", service, host);
475 response = aprintf(
726 response = aprintf("username=\"%s\",realm=\"%s\",nonce=\"%s\","
946 aprintf("%s:%s:%s", userp, digest->realm, passwdp);
957 tmp = aprintf("%s:%s:%s", ha1, digest->nonce, digest->cnonce);
980 md5this = (unsigned char *)aprintf("%s:%s", request, uripath);
986 aprintf("%s:%s", md5this, "d41d8cd98f00b204e9800998ecf8427e");
1000 md5this = (unsigned char *)aprintf("%s:%s:%08x:%s:%s:%s",
1009 md5this = (unsigned char *)aprintf("%s:%s:%s",
1041 response = aprintf("username=\"%s\", "
1064 response = aprintf("username=\"%s\", "
1082 tmp = aprintf("%s, opaque=\"%s\"", response, digest->opaque);
1092 tmp = aprintf("%s, algorithm=\"%s\"", response, digest->algorithm);
1181 xoauth = aprintf("user=%s\1auth=Bearer %s\1\1", user, bearer);