Searched refs:cupsHashString (Results 1 – 6 of 6) sorted by relevance
/external/libcups/cups/ |
D | md5passwd.c | 46 return ((char *)cupsHashString(sum, sizeof(sum), md5, 33)); in httpMD5() 75 cupsHashString(sum, sizeof(sum), a2, sizeof(a2)); in httpMD5Final() 86 return ((char *)cupsHashString(sum, sizeof(sum), md5, 33)); in httpMD5Final() 101 return ((char *)cupsHashString(sum, 16, md5, 33)); in httpMD5String()
|
D | http-support.c | 1397 cupsHashString(hash, hashsize, ha1, sizeof(ha1)); in _httpSetDigestAuthString() 1402 cupsHashString(hash, hashsize, ha2, sizeof(ha2)); in _httpSetDigestAuthString() 1407 cupsHashString(hash, hashsize, kd, sizeof(kd)); in _httpSetDigestAuthString() 1427 cupsHashString(hash, hashsize, ha1, sizeof(ha1)); in _httpSetDigestAuthString() 1432 cupsHashString(hash, hashsize, ha2, sizeof(ha2)); in _httpSetDigestAuthString() 1437 cupsHashString(hash, hashsize, kd, sizeof(kd)); in _httpSetDigestAuthString()
|
D | hash.c | 303 cupsHashString( in cupsHashString() function
|
D | libcups2.def | 261 cupsHashString
|
D | cups.h | 601 extern const char *cupsHashString(const unsigned char *hash, size_t hashsize, char *buffer, size_t …
|
/external/libcups/cgi-bin/ |
D | var.c | 1228 cgiSetCookie(CUPS_SID, cupsHashString(sum, sizeof(sum), sid, sizeof(sid)), "/", NULL, 0, 0); in cgi_set_sid()
|