Searched refs:mTrustDict (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DTrustSettings.cpp344 mTrustDict(NULL),
435 * If externalData is NULL, we'll create an empty mTrustDict.
472 CFRELEASE(mTrustDict); /* normally always non-NULL */
524 * Optimization: if there are no certs in the mTrustDict dictionary,
533 CFIndex numCerts = CFDictionaryGetCount(mTrustDict);
620 assert(mTrustDict != NULL);
1053 /* add this new cert dictionary to top-level mTrustDict */
1054 CFDictionaryAddValue(mTrustDict, static_cast<CFStringRef>(certHashStr), certDict);
1056 /* mTrustDict owns the dictionary now */
1091 /* present in top-level mTrustDict
[all...]
H A DTrustSettings.h85 * If externalData is NULL, we'll create an empty mTrustDict.
186 * Find a given cert's entry in mTrustDict.
193 * Find entry in mTrustDict given cert hash string.
226 * mPropDict and mTrustDict to proceed with relative impunity.
242 CFMutableDictionaryRef mTrustDict; member in class:Security::KeychainCore::TrustSettings
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DTrustSettings.cpp344 mTrustDict(NULL),
435 * If externalData is NULL, we'll create an empty mTrustDict.
472 CFRELEASE(mTrustDict); /* normally always non-NULL */
524 * Optimization: if there are no certs in the mTrustDict dictionary,
533 CFIndex numCerts = CFDictionaryGetCount(mTrustDict);
620 assert(mTrustDict != NULL);
1053 /* add this new cert dictionary to top-level mTrustDict */
1054 CFDictionaryAddValue(mTrustDict, static_cast<CFStringRef>(certHashStr), certDict);
1056 /* mTrustDict owns the dictionary now */
1091 /* present in top-level mTrustDict
[all...]
H A DTrustSettings.h85 * If externalData is NULL, we'll create an empty mTrustDict.
186 * Find a given cert's entry in mTrustDict.
193 * Find entry in mTrustDict given cert hash string.
226 * mPropDict and mTrustDict to proceed with relative impunity.
242 CFMutableDictionaryRef mTrustDict; member in class:Security::KeychainCore::TrustSettings
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DTrustSettings.cpp344 mTrustDict(NULL),
435 * If externalData is NULL, we'll create an empty mTrustDict.
472 CFRELEASE(mTrustDict); /* normally always non-NULL */
524 * Optimization: if there are no certs in the mTrustDict dictionary,
533 CFIndex numCerts = CFDictionaryGetCount(mTrustDict);
620 assert(mTrustDict != NULL);
1053 /* add this new cert dictionary to top-level mTrustDict */
1054 CFDictionaryAddValue(mTrustDict, static_cast<CFStringRef>(certHashStr), certDict);
1056 /* mTrustDict owns the dictionary now */
1091 /* present in top-level mTrustDict
[all...]
H A DTrustSettings.h85 * If externalData is NULL, we'll create an empty mTrustDict.
186 * Find a given cert's entry in mTrustDict.
193 * Find entry in mTrustDict given cert hash string.
226 * mPropDict and mTrustDict to proceed with relative impunity.
242 CFMutableDictionaryRef mTrustDict; member in class:Security::KeychainCore::TrustSettings

Completed in 188 milliseconds