Searched refs:errSecMatchLimitUnsupported (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecBasePriv.h79 errSecMatchLimitUnsupported = priv_errSecParam, // -34015, /* The caller passed in a kSecMatchLimit key to a call which does not support limits. */ enumerator in enum:__anon3713
H A DSecItem.cpp2858 require_action(!(itemParams->maxMatches < 0), error_exit, status = errSecMatchLimitUnsupported);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecBasePriv.h79 errSecMatchLimitUnsupported = priv_errSecParam, // -34015, /* The caller passed in a kSecMatchLimit key to a call which does not support limits. */ enumerator in enum:__anon4599
H A DSecItem.cpp2858 require_action(!(itemParams->maxMatches < 0), error_exit, status = errSecMatchLimitUnsupported);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecBasePriv.h79 errSecMatchLimitUnsupported = priv_errSecParam, // -34015, /* The caller passed in a kSecMatchLimit key to a call which does not support limits. */ enumerator in enum:__anon4686
H A DSecItem.cpp2858 require_action(!(itemParams->maxMatches < 0), error_exit, status = errSecMatchLimitUnsupported);
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecBasePriv.h110 errSecMatchLimitUnsupported = errSecParam, // -34015, /* The caller passed in a kSecMatchLimit key to a call which does not support limits. */ enumerator in enum:__anon5076
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSecItemServer.c3558 ok = SecError(errSecMatchLimitUnsupported, error, CFSTR("match limit not supported by delete"));

Completed in 132 milliseconds