Searched refs:cupsHashString (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | md5passwd.c | 52 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()
|
D | http-support.c | 1396 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()
|
D | hash.c | 288 cupsHashString( in cupsHashString() function
|
D | libcups2.def | 233 cupsHashString
|
D | cups.h | 610 extern const char *cupsHashString(const unsigned char *hash, size_t hashsize, char *buffer, size_t …
|