Home
last modified time | relevance | path

Searched refs:cupsHashString (Results 1 – 6 of 6) sorted by relevance

/external/libcups/cups/
Dmd5passwd.c46 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()
Dhttp-support.c1397 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()
Dhash.c303 cupsHashString( in cupsHashString() function
Dlibcups2.def261 cupsHashString
Dcups.h601 extern const char *cupsHashString(const unsigned char *hash, size_t hashsize, char *buffer, size_t …
/external/libcups/cgi-bin/
Dvar.c1228 cgiSetCookie(CUPS_SID, cupsHashString(sum, sizeof(sum), sid, sizeof(sid)), "/", NULL, 0, 0); in cgi_set_sid()