Searched refs:secctx_to_secid (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | lsm_hooks.h | 1694 int (*secctx_to_secid)(const char *secdata, u32 seclen, u32 *secid); member 1974 struct hlist_head secctx_to_secid; member
|
| /Linux-v5.4/security/apparmor/ |
| D | lsm.c | 1240 LSM_HOOK_INIT(secctx_to_secid, apparmor_secctx_to_secid),
|
| /Linux-v5.4/security/ |
| D | security.c | 1925 return call_int_hook(secctx_to_secid, 0, secdata, seclen, secid); in security_secctx_to_secid()
|
| /Linux-v5.4/security/smack/ |
| D | smack_lsm.c | 4724 LSM_HOOK_INIT(secctx_to_secid, smack_secctx_to_secid),
|
| /Linux-v5.4/security/selinux/ |
| D | hooks.c | 6938 LSM_HOOK_INIT(secctx_to_secid, selinux_secctx_to_secid),
|