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

/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A Dspi.c44 .sec_item_copy_matching = _SecItemCopyMatching,
H A DSecItemServer.h41 bool _SecItemCopyMatching(CFDictionaryRef query, CFArrayRef accessGroups, CFTypeRef *result, CFErrorRef *error);
H A DSecItemServer.c684 _SecItemCopyMatching(CFDictionaryRef query, CFArrayRef accessGroups, CFTypeRef *result, CFErrorRef *error) {
1171 ok = _SecItemCopyMatching(query, accessGroups, result, error);
1189 if (_SecItemCopyMatching(query, accessGroups, result, error)) {
1421 ok = _SecItemCopyMatching(attrs, accessGroups, (CFTypeRef*)&items, error);
H A DSecTrustServer.c282 if (!_SecItemCopyMatching(query, msource->accessGroups, &results, &localError)) {
284 secdebug("trust", "_SecItemCopyMatching: %@", localError);
320 bool ok = _SecItemCopyMatching(query, msource->accessGroups, &results, &localError);
326 secdebug("trust", "_SecItemCopyMatching: %@", localError);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A Ddy_framework.h301 _SecItemCopyMatching (
305 #define SecItemCopyMatching _SecItemCopyMatching
H A Ddy_framework.c480 _SecItemCopyMatching(CFDictionaryRef query, CFTypeRef *result) function
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A Dsecurity_keychain.exp461 _SecItemCopyMatching
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A Dsecurity_keychain.exp461 _SecItemCopyMatching
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A Dsecurity_keychain.exp461 _SecItemCopyMatching
/macosx-10.10/Security-57031.1.35/Security/sec/ipc/
H A Dserver.c309 if (_SecItemCopyMatching(query, accessGroups, &result, &error) && result) {

Completed in 202 milliseconds