Searched refs:mCache (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dslcrep.cpp44 : SingleDiskRep(path), mCache(path)
51 mCache(this->path())
59 if (mCache.totalSize() >= mCache.mapSize() + sizeof(BlobCore)) {
60 const EmbeddedSignatureBlob *blob = mCache.at<const EmbeddedSignatureBlob>((uint32_t)mCache.mapSize());
61 if (mCache.totalSize() >= mCache.mapSize() + blob->length()) // entire blob fits in file
91 return mCache.mapSize();
97 // Our mCache ha
[all...]
H A Dslcrep.h69 DYLDCache mCache; member in class:Security::CodeSigning::DYLDCacheRep
H A DStaticCode.h239 CFRef<CFDataRef> mCache[cdSlotCount]; // NULL => not tried, kCFNull => absent, other => present member in class:Security::CodeSigning::SecStaticCode
242 CFRef<CFDictionaryRef> mInfoDict; // derived from mCache slot
243 CFRef<CFDictionaryRef> mEntitlements; // derived from mCache slot
244 CFRef<CFDictionaryRef> mResourceDict; // derived from mCache slot
H A DStaticCode.cpp311 mCache[n] = NULL;
338 CFRef<CFDataRef> &cache = mCache[slot];
426 if (mCache[slot]) // if we already loaded that resource...
696 CFDataRef data = mCache[slot];
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dslcrep.cpp44 : SingleDiskRep(path), mCache(path)
51 mCache(this->path())
59 if (mCache.totalSize() >= mCache.mapSize() + sizeof(BlobCore)) {
60 const EmbeddedSignatureBlob *blob = mCache.at<const EmbeddedSignatureBlob>((uint32_t)mCache.mapSize());
61 if (mCache.totalSize() >= mCache.mapSize() + blob->length()) // entire blob fits in file
91 return mCache.mapSize();
97 // Our mCache ha
[all...]
H A Dslcrep.h69 DYLDCache mCache; member in class:Security::CodeSigning::DYLDCacheRep
H A DStaticCode.h239 CFRef<CFDataRef> mCache[cdSlotCount]; // NULL => not tried, kCFNull => absent, other => present member in class:Security::CodeSigning::SecStaticCode
242 CFRef<CFDictionaryRef> mInfoDict; // derived from mCache slot
243 CFRef<CFDictionaryRef> mEntitlements; // derived from mCache slot
244 CFRef<CFDictionaryRef> mResourceDict; // derived from mCache slot
H A DStaticCode.cpp311 mCache[n] = NULL;
338 CFRef<CFDataRef> &cache = mCache[slot];
426 if (mCache[slot]) // if we already loaded that resource...
696 CFDataRef data = mCache[slot];
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dtoken.cpp233 mCache = new TokenCache::Token(reader().cache,
238 mCache = new TokenCache::Token(reader().cache);
240 secdebug("token", "%p token cache at %s", this, mCache->root().c_str());
244 mSubservice = mCache->subservice();
250 (mCache->type() != TokenCache::Token::existing ? kSecTokendEstablishNewCache : 0) | kSecTokendEstablishMakeMDS,
251 mCache->cachePath().c_str(), mCache->workPath().c_str(),
255 if (mCache->type() == TokenCache::Token::existing) {
256 mPrintName = mCache->printName();
266 if (mCache
[all...]
H A Dtoken.h60 TokenCache::Token &cache() const { return *mCache; }
114 RefPointer<TokenCache::Token> mCache; // token cache reference member in class:Token

Completed in 255 milliseconds