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

/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/kc/
H A Dkc-21-item-use-callback.c77 ok_status(SecKeychainAddCallback(callbackFunction, kSecAddEventMask,
H A Dkc-22-key-symmetric.c24 ok_status(test_sec_event_register(kSecAddEventMask | kSecDeleteEventMask),
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecKeychain.h241 @constant kSecAddEventMask If the bit specified by this mask is set, your callback function will be invoked when an item is added to a keychain.
254 kSecAddEventMask = 1 << kSecAddEvent, enumerator in enum:__anon3798
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKeychain.h241 @constant kSecAddEventMask If the bit specified by this mask is set, your callback function will be invoked when an item is added to a keychain.
254 kSecAddEventMask = 1 << kSecAddEvent, enumerator in enum:__anon4684
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKeychain.h241 @constant kSecAddEventMask If the bit specified by this mask is set, your callback function will be invoked when an item is added to a keychain.
254 kSecAddEventMask = 1 << kSecAddEvent, enumerator in enum:__anon4771
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.c9943 err = SecKeychainAddCallback(KeychainChanged, kSecAddEventMask|kSecDeleteEventMask|kSecUpdateEventMask, m);

Completed in 198 milliseconds