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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/
H A Dsecurity.c75 * value passed to this function. A call to unregister_security() should be
98 * unregister_security - unregisters a security framework with the kernel
108 int unregister_security(struct security_operations *ops) function
158 * This calls the currently loaded security module's unregister_security() call
172 return security_ops->unregister_security(name, ops);
176 EXPORT_SYMBOL_GPL(unregister_security); variable
H A Dcapability.c90 if (unregister_security (&capability_ops)) {
H A Droot_plug.c128 if (unregister_security (&rootplug_security_ops)) {
H A Ddummy.c1077 set_to_dummy_if_null(ops, unregister_security);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsecurity.h1134 * @unregister_security:
1322 int (*unregister_security) (const char *name, member in struct:security_operations
2128 extern int unregister_security (struct security_operations *ops);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Dhooks.c4832 .unregister_security = selinux_unregister_security,

Completed in 127 milliseconds