secctx_to_secid  1694 include/linux/lsm_hooks.h 	int (*secctx_to_secid)(const char *secdata, u32 seclen, u32 *secid);
secctx_to_secid  1974 include/linux/lsm_hooks.h 	struct hlist_head secctx_to_secid;
secctx_to_secid  1240 security/apparmor/lsm.c 	LSM_HOOK_INIT(secctx_to_secid, apparmor_secctx_to_secid),
secctx_to_secid  1925 security/security.c 	return call_int_hook(secctx_to_secid, 0, secdata, seclen, secid);
secctx_to_secid  6972 security/selinux/hooks.c 	LSM_HOOK_INIT(secctx_to_secid, selinux_secctx_to_secid),
secctx_to_secid  4712 security/smack/smack_lsm.c 	LSM_HOOK_INIT(secctx_to_secid, smack_secctx_to_secid),