Home
last modified time | relevance | path

Searched refs:v (Results 1 – 15 of 15) sorted by relevance

/security/keys/
A Dproc.c18 static void proc_keys_stop(struct seq_file *p, void *v);
19 static int proc_keys_show(struct seq_file *m, void *v);
30 static void proc_key_users_stop(struct seq_file *p, void *v);
31 static int proc_key_users_show(struct seq_file *m, void *v);
139 n = key_serial_next(p, v); in proc_keys_next()
147 static void proc_keys_stop(struct seq_file *p, void *v) in proc_keys_stop() argument
153 static int proc_keys_show(struct seq_file *m, void *v) in proc_keys_show() argument
155 struct rb_node *_p = v; in proc_keys_show()
294 return key_user_next(seq_user_ns(p), (struct rb_node *)v); in proc_key_users_next()
303 static int proc_key_users_show(struct seq_file *m, void *v) in proc_key_users_show() argument
[all …]
/security/apparmor/include/
A Dapparmorfs.h36 } v; member
44 .v_type = AA_SFS_TYPE_BOOLEAN, .v.boolean = (_value), \
48 .v_type = AA_SFS_TYPE_STRING, .v.string = (_value), \
52 .v_type = AA_SFS_TYPE_U64, .v.u64 = (_value), \
58 { .name = (_name), .v_type = AA_SFS_TYPE_DIR, .v.files = (_value) }
/security/smack/
A Dsmackfs.c552 struct list_head *list = v; in smk_seq_next()
604 struct list_head *list = v; in load_seq_show()
752 struct list_head *list = v; in cipso_seq_show()
963 struct list_head *list = v; in cipso2_seq_show()
1046 struct list_head *list = v; in net4addr_seq_show()
1310 struct list_head *list = v; in net6addr_seq_show()
1874 struct list_head *list = v; in onlycap_seq_show()
2216 struct list_head *list = v; in load_self_seq_show()
2346 struct list_head *list = v; in load2_seq_show()
2425 struct list_head *list = v; in load_self2_seq_show()
[all …]
/security/integrity/ima/
A Dima_fs.c94 static void *ima_measurements_next(struct seq_file *m, void *v, loff_t *pos) in ima_measurements_next() argument
96 struct ima_queue_entry *qe = v; in ima_measurements_next()
109 static void ima_measurements_stop(struct seq_file *m, void *v) in ima_measurements_stop() argument
127 int ima_measurements_show(struct seq_file *m, void *v) in ima_measurements_show() argument
130 struct ima_queue_entry *qe = v; in ima_measurements_show()
226 static int ima_ascii_measurements_show(struct seq_file *m, void *v) in ima_ascii_measurements_show() argument
229 struct ima_queue_entry *qe = v; in ima_ascii_measurements_show()
A Dima.h286 int ima_measurements_show(struct seq_file *m, void *v);
425 void *ima_policy_next(struct seq_file *m, void *v, loff_t *pos);
426 void ima_policy_stop(struct seq_file *m, void *v);
427 int ima_policy_show(struct seq_file *m, void *v);
A Dima_policy.c2016 void *ima_policy_next(struct seq_file *m, void *v, loff_t *pos) in ima_policy_next() argument
2018 struct ima_rule_entry *entry = v; in ima_policy_next()
2029 void ima_policy_stop(struct seq_file *m, void *v) in ima_policy_stop() argument
2073 int ima_policy_show(struct seq_file *m, void *v) in ima_policy_show() argument
2075 struct ima_rule_entry *entry = v; in ima_policy_show()
/security/tomoyo/
A Dutil.c277 unsigned long v; in tomoyo_parse_number_union() local
286 type = tomoyo_parse_ulong(&v, &data); in tomoyo_parse_number_union()
289 ptr->values[0] = v; in tomoyo_parse_number_union()
292 ptr->values[1] = v; in tomoyo_parse_number_union()
298 type = tomoyo_parse_ulong(&v, &data); in tomoyo_parse_number_union()
299 if (type == TOMOYO_VALUE_TYPE_INVALID || *data || ptr->values[0] > v) in tomoyo_parse_number_union()
301 ptr->values[1] = v; in tomoyo_parse_number_union()
/security/selinux/ss/
A Davtab.c43 u32 v = input; \ in avtab_hash()
44 v *= c1; \ in avtab_hash()
45 v = (v << r1) | (v >> (32 - r1)); \ in avtab_hash()
46 v *= c2; \ in avtab_hash()
47 hash ^= v; \ in avtab_hash()
A Dpolicydb.c430 int v; in filenametr_cmp() local
433 if (v) in filenametr_cmp()
437 if (v) in filenametr_cmp()
465 int v; in rangetr_cmp() local
468 if (v) in rangetr_cmp()
472 if (v) in rangetr_cmp()
502 int v; in role_trans_cmp() local
505 if (v) in role_trans_cmp()
509 if (v) in role_trans_cmp()
2218 (!c->v.sclass || !newc->v.sclass || in genfs_read()
[all …]
A Dpolicydb.h200 } v; member
A Dservices.c2921 if (!c->v.sclass || sclass == c->v.sclass) { in __security_genfs_sid()
3017 sbsec->behavior = c->v.behavior; in security_fs_use()
/security/apparmor/
A Dapparmorfs.c999 static int aa_sfs_seq_show(struct seq_file *seq, void *v) in aa_sfs_seq_show() argument
1008 seq_printf(seq, "%s\n", str_yes_no(fs_file->v.boolean)); in aa_sfs_seq_show()
1011 seq_printf(seq, "%s\n", fs_file->v.string); in aa_sfs_seq_show()
1014 seq_printf(seq, "%#08lx\n", fs_file->v.u64); in aa_sfs_seq_show()
1078 static int seq_profile_name_show(struct seq_file *seq, void *v) in seq_profile_name_show() argument
1089 static int seq_profile_mode_show(struct seq_file *seq, void *v) in seq_profile_mode_show() argument
1116 static int seq_profile_hash_show(struct seq_file *seq, void *v) in seq_profile_hash_show() argument
1158 static int seq_ns_stacked_show(struct seq_file *seq, void *v) in seq_ns_stacked_show() argument
1192 static int seq_ns_level_show(struct seq_file *seq, void *v) in seq_ns_level_show() argument
1203 static int seq_ns_name_show(struct seq_file *seq, void *v) in seq_ns_name_show() argument
[all …]
/security/keys/trusted-keys/
A Dtrusted_tpm2.c147 const u8 *v = value; in tpm2_key_parent() local
153 ctx->parent |= v[i]; in tpm2_key_parent()
/security/selinux/
A Dselinuxfs.c1541 static void *sel_avc_stats_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sel_avc_stats_seq_next() argument
1546 static int sel_avc_stats_seq_show(struct seq_file *seq, void *v) in sel_avc_stats_seq_show() argument
1548 struct avc_cache_stats *st = v; in sel_avc_stats_seq_show()
1550 if (v == SEQ_START_TOKEN) { in sel_avc_stats_seq_show()
1564 static void sel_avc_stats_seq_stop(struct seq_file *seq, void *v) in sel_avc_stats_seq_stop() argument
/security/
A Ddevice_cgroup.c281 static int devcgroup_seq_show(struct seq_file *m, void *v) in devcgroup_seq_show() argument

Completed in 47 milliseconds