Searched refs:hashSize (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dcodedirectory.cpp148 if (!contains(hashOffset - int64_t(hashSize) * nSpecialSlots, hashSize * (int64_t(nSpecialSlots) + nCodeSlots)))
160 if (!contains((*this)[pagesConsumed-1], hashSize)) // referenced too many main hash slots
201 for (unsigned n = 0; n < hashSize; n++)
259 size_t size = this->hashSize;
H A Dcodedirectory.h177 uint8_t hashSize; // size of each hash digest (bytes) member in class:Security::CodeSigning::CodeDirectory
208 return at<unsigned char>(hashOffset) + hashSize * slot;
214 return at<unsigned char>(hashOffset) + hashSize * slot;
H A Dcscdefs.h45 uint8_t hashSize; /* size of each hash in bytes */ member in struct:__CodeDirectory
86 // where you get your SHA-1 functions from. This can also be had as cd->hashSize
H A Dcdbuilder.cpp194 mDir->hashSize = mDigestLength;
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dcodedirectory.cpp148 if (!contains(hashOffset - int64_t(hashSize) * nSpecialSlots, hashSize * (int64_t(nSpecialSlots) + nCodeSlots)))
160 if (!contains((*this)[pagesConsumed-1], hashSize)) // referenced too many main hash slots
201 for (unsigned n = 0; n < hashSize; n++)
259 size_t size = this->hashSize;
H A Dcodedirectory.h177 uint8_t hashSize; // size of each hash digest (bytes) member in class:Security::CodeSigning::CodeDirectory
208 return at<unsigned char>(hashOffset) + hashSize * slot;
214 return at<unsigned char>(hashOffset) + hashSize * slot;
H A Dcscdefs.h45 uint8_t hashSize; /* size of each hash in bytes */ member in struct:__CodeDirectory
86 // where you get your SHA-1 functions from. This can also be had as cd->hashSize
H A Dcdbuilder.cpp194 mDir->hashSize = mDigestLength;
/macosx-10.9.5/Security-55471.14.18/sec/Security/Tool/
H A Dcodesign.c82 uint8_t hashSize; /* size of each hash in bytes */ member in struct:__CodeDirectory
157 require_string(cd->hashSize == 20, out, "unexpected hash size");
164 CFDataRef message = CFDataCreate(kCFAllocatorDefault, bytes+hash_offset-entitlement_slot*cd->hashSize, cd->hashSize);
391 ntohl(cd->codeLimit), cd->hashSize, cd->hashType, ntohl(cd->hashOffset), ntohl(cd->identOffset));
397 fprint_digest(stderr, hashes, cd->hashSize);
399 hashes += cd->hashSize;
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/
H A Dcache.h180 uint32_t cacheBlockSize, uint32_t cacheSize, uint32_t hashSize,
H A Dcache.c197 uint32_t cacheBlockSize, uint32_t cacheTotalBlocks, uint32_t hashSize, int preTouch)
209 cache->Hash = (Tag_t **) calloc( 1, (sizeof (Tag_t *) * hashSize) );
210 cache->HashSize = hashSize;
286 printf( "%s - cacheTotalBlocks %d cacheBlockSize %d hashSize %d \n",
287 __FUNCTION__, cacheTotalBlocks, cacheBlockSize, hashSize );
196 CacheInit(Cache_t *cache, int fdRead, int fdWrite, uint32_t devBlockSize, uint32_t cacheBlockSize, uint32_t cacheTotalBlocks, uint32_t hashSize, int preTouch) argument
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dcodesign.h124 uint8_t hashSize; /* size of each hash in bytes */ member in struct:__CodeDirectory
/macosx-10.9.5/Security-55471.14.18/libsecurity_manifest/lib/
H A DDownload.cpp188 CFIndex hashSize = CFDataGetLength (mHashes); local
189 mNumHashes = hashSize / CC_SHA256_DIGEST_LENGTH;
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/
H A DCodeGeneratorJS.pm1227 my $hashSize = $numAttributes;
1283 $object->GenerateHashTable($hashName, $hashSize,
1628 my $hashSize = $numConstants;
1708 $object->GenerateHashTable($hashName, $hashSize,
1723 my $hashSize = $numFunctions + $numConstants;
1772 $object->GenerateHashTable($hashName, $hashSize,
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dubc_subr.c329 if (cd->hashSize != SHA1_RESULTLEN)
3274 cd->hashSize != SHA1_RESULTLEN) {

Completed in 294 milliseconds