secctx           2866 drivers/android/binder.c 	char *secctx = NULL;
secctx           3115 drivers/android/binder.c 		ret = security_secid_to_secctx(secid, &secctx, &secctx_sz);
secctx           3149 drivers/android/binder.c 	if (secctx) {
secctx           3159 drivers/android/binder.c 						  secctx, secctx_sz);
secctx           3164 drivers/android/binder.c 		security_release_secctx(secctx, secctx_sz);
secctx           3165 drivers/android/binder.c 		secctx = NULL;
secctx           3497 drivers/android/binder.c 	if (secctx)
secctx           3498 drivers/android/binder.c 		security_release_secctx(secctx, secctx_sz);
secctx           4499 drivers/android/binder.c 		tr.secctx = t->security_ctx;
secctx            270 fs/cachefiles/bind.c 	kfree(cache->secctx);
secctx            498 fs/cachefiles/daemon.c 	char *secctx;
secctx            507 fs/cachefiles/daemon.c 	if (cache->secctx) {
secctx            512 fs/cachefiles/daemon.c 	secctx = kstrdup(args, GFP_KERNEL);
secctx            513 fs/cachefiles/daemon.c 	if (!secctx)
secctx            516 fs/cachefiles/daemon.c 	cache->secctx = secctx;
secctx             88 fs/cachefiles/internal.h 	char				*secctx;	/* LSM security context */
secctx             21 fs/cachefiles/security.c 	_enter("{%s}", cache->secctx);
secctx             29 fs/cachefiles/security.c 	if (cache->secctx) {
secctx             30 fs/cachefiles/security.c 		ret = set_security_override_from_ctx(new, cache->secctx);
secctx            290 include/uapi/linux/android/binder.h 	binder_uintptr_t secctx;
secctx             20 include/uapi/linux/netfilter/xt_SECMARK.h 	char secctx[SECMARK_SECCTX_MAX];
secctx            756 kernel/cred.c  int set_security_override_from_ctx(struct cred *new, const char *secctx)
secctx            761 kernel/cred.c  	ret = security_secctx_to_secid(secctx, strlen(secctx), &secid);
secctx            333 net/netfilter/nf_conntrack_netlink.c 	char *secctx;
secctx            335 net/netfilter/nf_conntrack_netlink.c 	ret = security_secid_to_secctx(ct->secmark, &secctx, &len);
secctx            344 net/netfilter/nf_conntrack_netlink.c 	if (nla_put_string(skb, CTA_SECCTX_NAME, secctx))
secctx            350 net/netfilter/nf_conntrack_netlink.c 	security_release_secctx(secctx, len);
secctx            177 net/netfilter/nf_conntrack_standalone.c 	char *secctx;
secctx            179 net/netfilter/nf_conntrack_standalone.c 	ret = security_secid_to_secctx(ct->secmark, &secctx, &len);
secctx            183 net/netfilter/nf_conntrack_standalone.c 	seq_printf(s, "secctx=%s ", secctx);
secctx            185 net/netfilter/nf_conntrack_standalone.c 	security_release_secctx(secctx, len);
secctx             50 net/netfilter/xt_SECMARK.c 	info->secctx[SECMARK_SECCTX_MAX - 1] = '\0';
secctx             53 net/netfilter/xt_SECMARK.c 	err = security_secctx_to_secid(info->secctx, strlen(info->secctx),
secctx             58 net/netfilter/xt_SECMARK.c 					    info->secctx);
secctx             64 net/netfilter/xt_SECMARK.c 				    info->secctx);
secctx            376 net/netlabel/netlabel_unlabeled.c 	char *secctx = NULL;
secctx            441 net/netlabel/netlabel_unlabeled.c 					     &secctx,
secctx            443 net/netlabel/netlabel_unlabeled.c 			audit_log_format(audit_buf, " sec_obj=%s", secctx);
secctx            444 net/netlabel/netlabel_unlabeled.c 			security_release_secctx(secctx, secctx_len);
secctx            475 net/netlabel/netlabel_unlabeled.c 	char *secctx;
secctx            498 net/netlabel/netlabel_unlabeled.c 					     &secctx, &secctx_len) == 0) {
secctx            499 net/netlabel/netlabel_unlabeled.c 			audit_log_format(audit_buf, " sec_obj=%s", secctx);
secctx            500 net/netlabel/netlabel_unlabeled.c 			security_release_secctx(secctx, secctx_len);
secctx            537 net/netlabel/netlabel_unlabeled.c 	char *secctx;
secctx            559 net/netlabel/netlabel_unlabeled.c 					     &secctx, &secctx_len) == 0) {
secctx            560 net/netlabel/netlabel_unlabeled.c 			audit_log_format(audit_buf, " sec_obj=%s", secctx);
secctx            561 net/netlabel/netlabel_unlabeled.c 			security_release_secctx(secctx, secctx_len);
secctx           1075 net/netlabel/netlabel_unlabeled.c 	char *secctx;
secctx           1131 net/netlabel/netlabel_unlabeled.c 	ret_val = security_secid_to_secctx(secid, &secctx, &secctx_len);
secctx           1137 net/netlabel/netlabel_unlabeled.c 			  secctx);
secctx           1138 net/netlabel/netlabel_unlabeled.c 	security_release_secctx(secctx, secctx_len);
secctx             87 net/netlabel/netlabel_user.c 	char *secctx;
secctx            103 net/netlabel/netlabel_user.c 				     &secctx,
secctx            105 net/netlabel/netlabel_user.c 		audit_log_format(audit_buf, " subj=%s", secctx);
secctx            106 net/netlabel/netlabel_user.c 		security_release_secctx(secctx, secctx_len);