Searched refs:hashsize (Results 1 – 8 of 8) sorted by relevance
49 size_t hashsize) /* I - Size of hash buffer */ in cupsHashData() argument51 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 …]
1327 size_t hashsize; /* Size of hash */ in _httpSetDigestAuthString() local1395 … 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 …]
58 int hashsize, /* Size of hash */ member343 if (a->hashsize) in cupsArrayDelete()472 if (hash < 0 || hash >= a->hashsize) in cupsArrayFind()762 a->hashsize = hsize; in cupsArrayNew3()
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 …
37 struct Curl_multi *Curl_multi_handle(int hashsize, int chashsize);
276 static int sh_init(struct curl_hash *hash, int hashsize) in sh_init() argument278 return Curl_hash_init(hash, hashsize, hash_fd, fd_key_compare, in sh_init()307 struct Curl_multi *Curl_multi_handle(int hashsize, /* socket hash */ in Curl_multi_handle() argument320 if(sh_init(&multi->sockhash, hashsize)) in Curl_multi_handle()
53 #define hashsize(n) ((uint32_t)1<<(n)) macro54 #define hashmask(n) (hashsize(n)-1)
1Index: linux/arch/i386/Kconfig.debug 2====== ...