Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhash.c45 size_t hashsize) /* I - Size of hash buffer */ in cupsHashData() argument
47 if (!algorithm || !data || datalen == 0 || !hash || hashsize == 0) in cupsHashData()
62 if (hashsize < CC_MD5_DIGEST_LENGTH) in cupsHashData()
79 if (hashsize < CC_SHA1_DIGEST_LENGTH) in cupsHashData()
92 if (hashsize < CC_SHA224_DIGEST_LENGTH) in cupsHashData()
105 if (hashsize < CC_SHA256_DIGEST_LENGTH) in cupsHashData()
118 if (hashsize < CC_SHA384_DIGEST_LENGTH) in cupsHashData()
131 if (hashsize < CC_SHA512_DIGEST_LENGTH) in cupsHashData()
150 if (hashsize < CC_SHA224_DIGEST_LENGTH) in cupsHashData()
171 if (hashsize < CC_SHA256_DIGEST_LENGTH) in cupsHashData()
[all …]
Dhttp-support.c1321 size_t hashsize; /* Size of hash */ in _httpSetDigestAuthString() local
1396hashsize = (size_t)cupsHashData(hashalg, (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString()
1397 cupsHashString(hash, hashsize, ha1, sizeof(ha1)); in _httpSetDigestAuthString()
1401hashsize = (size_t)cupsHashData(hashalg, (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString()
1402 cupsHashString(hash, hashsize, ha2, sizeof(ha2)); in _httpSetDigestAuthString()
1406hashsize = (size_t)cupsHashData(hashalg, (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString()
1407 cupsHashString(hash, hashsize, kd, sizeof(kd)); in _httpSetDigestAuthString()
1426 hashsize = (size_t)cupsHashData("md5", (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString()
1427 cupsHashString(hash, hashsize, ha1, sizeof(ha1)); in _httpSetDigestAuthString()
1431 hashsize = (size_t)cupsHashData("md5", (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString()
[all …]
Darray.c52 int hashsize, /* Size of hash */ member
337 if (a->hashsize) in cupsArrayDelete()
466 if (hash < 0 || hash >= a->hashsize) in cupsArrayFind()
756 a->hashsize = hsize; in cupsArrayNew3()
Dcups.h594 … *algorithm, const void *data, size_t datalen, unsigned char *hash, size_t hashsize) _CUPS_API_2_2;
601 extern const char *cupsHashString(const unsigned char *hash, size_t hashsize, char *buffer, size_t …
/external/curl/lib/
Dmultiif.h44 struct Curl_multi *Curl_multi_handle(int hashsize, int chashsize);
Dmulti.c328 static int sh_init(struct Curl_hash *hash, int hashsize) in sh_init() argument
330 return Curl_hash_init(hash, hashsize, hash_fd, fd_key_compare, in sh_init()
348 struct Curl_multi *Curl_multi_handle(int hashsize, /* socket hash */ in Curl_multi_handle() argument
361 if(sh_init(&multi->sockhash, hashsize)) in Curl_multi_handle()
/external/libnl/lib/
Dhash.c54 #define hashsize(n) ((uint32_t)1<<(n)) macro
55 #define hashmask(n) (hashsize(n)-1)
/external/usrsctp/usrsctplib/netinet/
Dsctputil.c7362 long hashsize; local
7375 for (hashsize = 1; hashsize <= elements; hashsize <<= 1)
7377 hashsize >>= 1;
7379 hashtbl = malloc((u_long)hashsize * sizeof(*hashtbl), type, M_WAITOK);
7381 hashtbl = malloc((u_long)hashsize * sizeof(*hashtbl), type, M_NOWAIT);
7394 for (i = 0; i < hashsize; i++)
7396 *hashmask = hashsize - 1;
7413 long hashsize; local
7425 for (hashsize = 1; hashsize <= elements; hashsize <<= 1)
7427 hashsize >>= 1;
[all …]
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz1Index: linux/arch/i386/Kconfig.debug 2====== ...