Searched refs:cupsHashData (Results 1 – 10 of 10) sorted by relevance
/external/libcups/cups/ |
D | md5passwd.c | 40 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()
|
D | http-support.c | 515 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()
|
D | hash.c | 41 cupsHashData(const char *algorithm, /* I - Algorithm name */ in cupsHashData() function
|
D | libcups2.def | 260 cupsHashData
|
D | cups.h | 594 extern ssize_t cupsHashData(const char *algorithm, const void *data, size_t datalen, unsigned char…
|
D | tls-gnutls.c | 690 cupsHashData("md5", first->data, first->datalen, md5_digest, sizeof(md5_digest)); in httpCredentialsString()
|
D | tls-darwin.c | 882 cupsHashData("md5", first->data, first->datalen, md5_digest, sizeof(md5_digest)); in httpCredentialsString()
|
D | tls-sspi.c | 376 cupsHashData("md5", first->data, first->datalen, md5_digest, sizeof(md5_digest)); in httpCredentialsString()
|
D | ppd-cache.c | 113 if ((hashlen = cupsHashData(keyword, password, strlen(password), hash, sizeof(hash))) > 0) in _cupsConvertOptions()
|
/external/libcups/cgi-bin/ |
D | var.c | 1226 cupsHashData("md5", (unsigned char *)buffer, strlen(buffer), sum, sizeof(sum)); in cgi_set_sid()
|