Home
last modified time | relevance | path

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

/external/libcups/cups/
Dmd5passwd.c46 cupsHashData("md5", (unsigned char *)line, strlen(line), sum, sizeof(sum)); in httpMD5()
80 cupsHashData("md5", (unsigned char *)line, strlen(line), sum, sizeof(sum)); in httpMD5Final()
90 cupsHashData("md5", (unsigned char *)line, strlen(line), sum, sizeof(sum)); in httpMD5Final()
Dhttp-support.c519 cupsHashData("md5", (unsigned char *)data, strlen(data), md5sum, sizeof(md5sum)); in httpAssembleUUID()
1395 … hashsize = (size_t)cupsHashData(hashalg, (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString()
1400 … hashsize = (size_t)cupsHashData(hashalg, (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString()
1405 … hashsize = (size_t)cupsHashData(hashalg, (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString()
1425 hashsize = (size_t)cupsHashData("md5", (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString()
1430 hashsize = (size_t)cupsHashData("md5", (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString()
1435 hashsize = (size_t)cupsHashData("md5", (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString()
Dhash.c45 cupsHashData(const char *algorithm, /* I - Algorithm name */ in cupsHashData() function
Dlibcups2.def232 cupsHashData
Dcups.h603 extern ssize_t cupsHashData(const char *algorithm, const void *data, size_t datalen, unsigned char…
Dtls-gnutls.c661 cupsHashData("md5", first->data, first->datalen, md5_digest, sizeof(md5_digest)); in httpCredentialsString()
Dtls-darwin.c824 cupsHashData("md5", first->data, first->datalen, md5_digest, sizeof(md5_digest)); in httpCredentialsString()
Dtls-sspi.c382 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()