Home
last modified time | relevance | path

Searched refs:cupsHashData (Results 1 – 10 of 10) sorted by relevance

/external/libcups/cups/
Dmd5passwd.c40 cupsHashData("md5", (unsigned char *)line, strlen(line), sum, sizeof(sum)); in httpMD5()
74 cupsHashData("md5", (unsigned char *)line, strlen(line), sum, sizeof(sum)); in httpMD5Final()
84 cupsHashData("md5", (unsigned char *)line, strlen(line), sum, sizeof(sum)); in httpMD5Final()
Dhttp-support.c515 cupsHashData("md5", (unsigned char *)data, strlen(data), md5sum, sizeof(md5sum)); in httpAssembleUUID()
1396 … hashsize = (size_t)cupsHashData(hashalg, (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString()
1401 … hashsize = (size_t)cupsHashData(hashalg, (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString()
1406 … hashsize = (size_t)cupsHashData(hashalg, (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString()
1426 hashsize = (size_t)cupsHashData("md5", (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString()
1431 hashsize = (size_t)cupsHashData("md5", (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString()
1436 hashsize = (size_t)cupsHashData("md5", (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString()
Dhash.c41 cupsHashData(const char *algorithm, /* I - Algorithm name */ in cupsHashData() function
Dlibcups2.def260 cupsHashData
Dcups.h594 extern ssize_t cupsHashData(const char *algorithm, const void *data, size_t datalen, unsigned char…
Dtls-gnutls.c690 cupsHashData("md5", first->data, first->datalen, md5_digest, sizeof(md5_digest)); in httpCredentialsString()
Dtls-darwin.c882 cupsHashData("md5", first->data, first->datalen, md5_digest, sizeof(md5_digest)); in httpCredentialsString()
Dtls-sspi.c376 cupsHashData("md5", first->data, first->datalen, md5_digest, sizeof(md5_digest)); in httpCredentialsString()
Dppd-cache.c113 if ((hashlen = cupsHashData(keyword, password, strlen(password), hash, sizeof(hash))) > 0) in _cupsConvertOptions()
/external/libcups/cgi-bin/
Dvar.c1226 cupsHashData("md5", (unsigned char *)buffer, strlen(buffer), sum, sizeof(sum)); in cgi_set_sid()