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

/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DDynamicDLDBList.h61 static CSSM_RETURN appNotifyCallback(const CSSM_GUID *guid, void *context,
H A DDynamicDLDBList.cpp54 DynamicDLDBList::appNotifyCallback(const CSSM_GUID *guid, void *context, function in class:DynamicDLDBList
149 module->appNotifyCallback(appNotifyCallback, this);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DDynamicDLDBList.h61 static CSSM_RETURN appNotifyCallback(const CSSM_GUID *guid, void *context,
H A DDynamicDLDBList.cpp54 DynamicDLDBList::appNotifyCallback(const CSSM_GUID *guid, void *context, function in class:DynamicDLDBList
149 module->appNotifyCallback(appNotifyCallback, this);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DDynamicDLDBList.h61 static CSSM_RETURN appNotifyCallback(const CSSM_GUID *guid, void *context,
H A DDynamicDLDBList.cpp54 DynamicDLDBList::appNotifyCallback(const CSSM_GUID *guid, void *context, function in class:DynamicDLDBList
149 module->appNotifyCallback(appNotifyCallback, this);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dcssmclient.cpp384 ModuleImpl::appNotifyCallback(CSSM_API_ModuleEventHandler appNotifyCallback, void *appNotifyCallbackCtx) argument
386 secdebug("callback","In ModuleImpl::appNotifyCallback, appNotifyCallback=%p, appNotifyCallbackCtx=%p",
387 appNotifyCallback, appNotifyCallbackCtx);
391 mAppNotifyCallback = appNotifyCallback;
396 ModuleImpl::appNotifyCallback(RawModuleEvents *handler) function in class:ModuleImpl
398 appNotifyCallback(RawModuleEvents::sendNotify, handler);
H A Dcssmclient.h209 void appNotifyCallback(CSSM_API_ModuleEventHandler appNotifyCallback, void *appNotifyCallbackCtx);
210 void appNotifyCallback(RawModuleEvents *handler);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dcssmclient.cpp384 ModuleImpl::appNotifyCallback(CSSM_API_ModuleEventHandler appNotifyCallback, void *appNotifyCallbackCtx) argument
386 secdebug("callback","In ModuleImpl::appNotifyCallback, appNotifyCallback=%p, appNotifyCallbackCtx=%p",
387 appNotifyCallback, appNotifyCallbackCtx);
391 mAppNotifyCallback = appNotifyCallback;
396 ModuleImpl::appNotifyCallback(RawModuleEvents *handler) function in class:ModuleImpl
398 appNotifyCallback(RawModuleEvents::sendNotify, handler);
H A Dcssmclient.h209 void appNotifyCallback(CSSM_API_ModuleEventHandler appNotifyCallback, void *appNotifyCallbackCtx);
210 void appNotifyCallback(RawModuleEvents *handler);

Completed in 175 milliseconds