Searched refs:hashsize (Results 1 – 8 of 8) sorted by relevance
/external/libcups/cups/ |
D | hash.c | 49 size_t hashsize) /* I - Size of hash buffer */ in cupsHashData() argument 51 if (!algorithm || !data || datalen == 0 || !hash || hashsize == 0) in cupsHashData() 66 if (hashsize < CC_MD5_DIGEST_LENGTH) in cupsHashData() 83 if (hashsize < CC_SHA1_DIGEST_LENGTH) in cupsHashData() 96 if (hashsize < CC_SHA224_DIGEST_LENGTH) in cupsHashData() 109 if (hashsize < CC_SHA256_DIGEST_LENGTH) in cupsHashData() 122 if (hashsize < CC_SHA384_DIGEST_LENGTH) in cupsHashData() 135 if (hashsize < CC_SHA512_DIGEST_LENGTH) in cupsHashData() 154 if (hashsize < CC_SHA224_DIGEST_LENGTH) in cupsHashData() 175 if (hashsize < CC_SHA256_DIGEST_LENGTH) in cupsHashData() [all …]
|
D | http-support.c | 1327 size_t hashsize; /* Size of hash */ in _httpSetDigestAuthString() local 1395 … hashsize = (size_t)cupsHashData(hashalg, (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString() 1396 cupsHashString(hash, hashsize, ha1, sizeof(ha1)); in _httpSetDigestAuthString() 1400 … hashsize = (size_t)cupsHashData(hashalg, (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString() 1401 cupsHashString(hash, hashsize, ha2, sizeof(ha2)); in _httpSetDigestAuthString() 1405 … hashsize = (size_t)cupsHashData(hashalg, (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString() 1406 cupsHashString(hash, hashsize, kd, sizeof(kd)); in _httpSetDigestAuthString() 1425 hashsize = (size_t)cupsHashData("md5", (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString() 1426 cupsHashString(hash, hashsize, ha1, sizeof(ha1)); in _httpSetDigestAuthString() 1430 hashsize = (size_t)cupsHashData("md5", (unsigned char *)temp, strlen(temp), hash, sizeof(hash)); in _httpSetDigestAuthString() [all …]
|
D | array.c | 58 int hashsize, /* Size of hash */ member 343 if (a->hashsize) in cupsArrayDelete() 472 if (hash < 0 || hash >= a->hashsize) in cupsArrayFind() 762 a->hashsize = hsize; in cupsArrayNew3()
|
D | cups.h | 603 … *algorithm, const void *data, size_t datalen, unsigned char *hash, size_t hashsize) _CUPS_API_2_2; 610 extern const char *cupsHashString(const unsigned char *hash, size_t hashsize, char *buffer, size_t …
|
/external/curl/lib/ |
D | multiif.h | 36 struct Curl_multi *Curl_multi_handle(int hashsize, int chashsize);
|
D | multi.c | 268 static int sh_init(struct curl_hash *hash, int hashsize) in sh_init() argument 270 return Curl_hash_init(hash, hashsize, hash_fd, fd_key_compare, in sh_init() 300 struct Curl_multi *Curl_multi_handle(int hashsize, /* socket hash */ in Curl_multi_handle() argument 313 if(sh_init(&multi->sockhash, hashsize)) in Curl_multi_handle()
|
/external/libnl/lib/ |
D | hash.c | 53 #define hashsize(n) ((uint32_t)1<<(n)) macro 54 #define hashmask(n) (hashsize(n)-1)
|
/external/autotest/client/profilers/lockmeter/ |
D | patch.2.6.14-lockmeter-1.gz |
|