Home
last modified time | relevance | path

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

/external/libcups/cups/
Dmd5passwd.c52 return ((char *)cupsHashString(sum, sizeof(sum), md5, 33)); in httpMD5()
81 cupsHashString(sum, sizeof(sum), a2, sizeof(a2)); in httpMD5Final()
92 return ((char *)cupsHashString(sum, sizeof(sum), md5, 33)); in httpMD5Final()
107 return ((char *)cupsHashString(sum, 16, md5, 33)); in httpMD5String()
Dhttp-support.c1396 cupsHashString(hash, hashsize, ha1, sizeof(ha1)); in _httpSetDigestAuthString()
1401 cupsHashString(hash, hashsize, ha2, sizeof(ha2)); in _httpSetDigestAuthString()
1406 cupsHashString(hash, hashsize, kd, sizeof(kd)); in _httpSetDigestAuthString()
1426 cupsHashString(hash, hashsize, ha1, sizeof(ha1)); in _httpSetDigestAuthString()
1431 cupsHashString(hash, hashsize, ha2, sizeof(ha2)); in _httpSetDigestAuthString()
1436 cupsHashString(hash, hashsize, kd, sizeof(kd)); in _httpSetDigestAuthString()
Dhash.c288 cupsHashString( in cupsHashString() function
Dlibcups2.def233 cupsHashString
Dcups.h610 extern const char *cupsHashString(const unsigned char *hash, size_t hashsize, char *buffer, size_t …