Searched refs:register_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.c70 * register_security - registers a security framework with the kernel
81 int register_security(struct security_operations *ops) function
102 * previously been registered with a successful call to register_security().
104 * If @ops does not match the valued previously passed to register_security()
129 * register_security function of the currently loaded security module.
148 return security_ops->register_security(name, ops);
175 EXPORT_SYMBOL_GPL(register_security); variable
H A Dcapability.c64 if (register_security (&capability_ops)) {
H A Droot_plug.c104 if (register_security (&rootplug_security_ops)) {
H A Ddummy.c1076 set_to_dummy_if_null(ops, register_security);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsecurity.h1130 * @register_security:
1320 int (*register_security) (const char *name, member in struct:security_operations
2127 extern int register_security (struct security_operations *ops);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Dhooks.c4831 .register_security = selinux_register_security,
4916 if (register_security (&selinux_ops))

Completed in 63 milliseconds