Searched refs:mValid (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/securityd-55199.3/src/
H A Dcredential.cpp35 CredentialImpl::CredentialImpl() : mShared(false), mRight(false), mUid(0), mName(""), mCreationTime(CFAbsoluteTimeGetCurrent()), mValid(false)
40 CredentialImpl::CredentialImpl(const uid_t uid, const string &username, const string &realname, bool shared) : mShared(shared), mRight(false), mUid(uid), mName(username), mRealName(realname), mCreationTime(CFAbsoluteTimeGetCurrent()), mValid(true)
44 CredentialImpl::CredentialImpl(const string &username, const string &password, bool shared) : mShared(shared), mRight(false), mName(username), mCreationTime(CFAbsoluteTimeGetCurrent()), mValid(false)
70 mValid = true;
79 CredentialImpl::CredentialImpl(const string &right, bool shared) : mShared(shared), mRight(true), mUid(-2), mName(right), mRealName(""), mCreationTime(CFAbsoluteTimeGetCurrent()), mValid(true)
140 if (other.mValid && (!mValid || mCreationTime < other.mCreationTime))
143 mValid = true;
158 return mValid;
164 mValid
[all...]
H A Ddatabase.cpp230 : mPath(path), mValid(false)
255 if (mValid && mUpdateThreshold > Time::now())
256 return mValid;
263 return mValid = false;
265 if (mValid && Time::Absolute(st.st_mtimespec) == mCachedDate)
276 return mValid = true;
278 return mValid = false;
H A Dcredential.h83 bool mValid; member in class:Authorization::CredentialImpl
H A Ddatabase.h227 bool mValid; // mBlob was validly read from mPath member in class:SystemKeychainKey
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dhandletemplates.h61 bool validHandle() const { return mValid; }
69 assert(!mValid); // guard against redefinition
71 mValid = true;
75 assert(mValid);
76 mValid = false;
81 bool mValid; // is the handle (still) valid? member in struct:Security::TypedHandle
H A Dhandletemplates_defs.h51 : mMyHandle(invalidHandle), mValid(false)
57 : mMyHandle(h), mValid(true)
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dhandletemplates.h61 bool validHandle() const { return mValid; }
69 assert(!mValid); // guard against redefinition
71 mValid = true;
75 assert(mValid);
76 mValid = false;
81 bool mValid; // is the handle (still) valid? member in struct:Security::TypedHandle
H A Dhandletemplates_defs.h51 : mMyHandle(invalidHandle), mValid(false)
57 : mMyHandle(h), mValid(true)
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DDLDBListCFPref.h48 bool mValid; member in class:Security::PasswordDBLookup
H A DDLDBListCFPref.cpp77 PasswordDBLookup::PasswordDBLookup () : mValid (false), mCurrent (0), mTime (0)
85 if (!mValid || uid != mCurrent || currentTime - mTime >= kPasswordCacheExpire)
95 mValid = true;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DDLDBListCFPref.h48 bool mValid; member in class:Security::PasswordDBLookup
H A DDLDBListCFPref.cpp77 PasswordDBLookup::PasswordDBLookup () : mValid (false), mCurrent (0), mTime (0)
85 if (!mValid || uid != mCurrent || currentTime - mTime >= kPasswordCacheExpire)
95 mValid = true;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DDLDBListCFPref.h48 bool mValid; member in class:Security::PasswordDBLookup
H A DDLDBListCFPref.cpp77 PasswordDBLookup::PasswordDBLookup () : mValid (false), mCurrent (0), mTime (0)
85 if (!mValid || uid != mCurrent || currentTime - mTime >= kPasswordCacheExpire)
95 mValid = true;

Completed in 121 milliseconds