Searched refs:security_secctx_to_secid (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | xt_SECMARK.c | 50 err = security_secctx_to_secid(info->secctx, strlen(info->secctx), in checkentry_lsm()
|
| H A D | nft_meta.c | 806 err = security_secctx_to_secid(priv->ctx, strlen(priv->ctx), &tmp_secid); in nft_secmark_compute_secid()
|
| /OK3568_Linux_fs/kernel/net/netlabel/ |
| H A D | netlabel_unlabeled.c | 906 ret_val = security_secctx_to_secid( in netlbl_unlabel_staticadd() 955 ret_val = security_secctx_to_secid( in netlbl_unlabel_staticadddef()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | security.h | 456 int security_secctx_to_secid(const char *secdata, u32 seclen, u32 *secid); 1292 static inline int security_secctx_to_secid(const char *secdata, in security_secctx_to_secid() function
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | cred.c | 768 ret = security_secctx_to_secid(secctx, strlen(secctx), &secid); in set_security_override_from_ctx()
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | security.c | 2021 int security_secctx_to_secid(const char *secdata, u32 seclen, u32 *secid) in security_secctx_to_secid() function 2026 EXPORT_SYMBOL(security_secctx_to_secid);
|