Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 25 of 156) sorted by relevance

1234567

/linux-6.3-rc2/block/
A Dblk-crypto-profile.c42 struct blk_crypto_profile *profile; member
74 int blk_crypto_profile_init(struct blk_crypto_profile *profile, in blk_crypto_profile_init()
132 static void blk_crypto_profile_destroy_callback(void *profile) in blk_crypto_profile_destroy_callback()
149 struct blk_crypto_profile *profile, in devm_blk_crypto_profile_init()
164 blk_crypto_hash_bucket_for_key(struct blk_crypto_profile *profile, in blk_crypto_hash_bucket_for_key()
174 struct blk_crypto_profile *profile = slot->profile; in blk_crypto_remove_slot_from_lru_list() local
183 blk_crypto_find_keyslot(struct blk_crypto_profile *profile, in blk_crypto_find_keyslot()
198 blk_crypto_find_and_grab_keyslot(struct blk_crypto_profile *profile, in blk_crypto_find_and_grab_keyslot()
321 struct blk_crypto_profile *profile; in blk_crypto_put_keyslot() local
374 int __blk_crypto_evict_key(struct blk_crypto_profile *profile, in __blk_crypto_evict_key()
[all …]
A Dblk-crypto-sysfs.c15 struct blk_crypto_profile *profile; member
34 static ssize_t max_dun_bits_show(struct blk_crypto_profile *profile, in max_dun_bits_show()
40 static ssize_t num_keyslots_show(struct blk_crypto_profile *profile, in num_keyslots_show()
72 struct blk_crypto_profile *profile = kobj_to_crypto_profile(kobj); in blk_crypto_mode_is_visible() local
81 static ssize_t blk_crypto_mode_show(struct blk_crypto_profile *profile, in blk_crypto_mode_show()
104 struct blk_crypto_profile *profile = kobj_to_crypto_profile(kobj); in blk_crypto_attr_show() local
A Dblk-crypto-fallback.c108 blk_crypto_fallback_keyslot_program(struct blk_crypto_profile *profile, in blk_crypto_fallback_keyslot_program()
131 static int blk_crypto_fallback_keyslot_evict(struct blk_crypto_profile *profile, in blk_crypto_fallback_keyslot_evict()
537 struct blk_crypto_profile *profile = &blk_crypto_fallback_profile; in blk_crypto_fallback_init() local
/linux-6.3-rc2/security/apparmor/
A Dpolicy.c177 struct aa_profile *profile, *tmp; in __aa_profile_list_release() local
295 struct aa_profile *profile; in aa_alloc_profile() local
379 struct aa_profile *profile; in aa_find_child() local
408 struct aa_profile *profile = NULL; in __lookup_parent() local
493 struct aa_profile *profile = NULL; in __lookupn_profile() local
530 struct aa_profile *profile; in aa_lookupn_profile() local
554 struct aa_profile *profile; in aa_fqlookupn_profile() local
583 struct aa_profile *profile; in aa_alloc_null() local
628 struct aa_profile *p, *profile; in aa_new_learning_profile() local
860 struct aa_profile *profile) in __list_lookup_parent()
[all …]
A Ddomain.c117 static int label_compound_match(struct aa_profile *profile, in label_compound_match()
179 static int label_components_match(struct aa_profile *profile, in label_components_match()
275 static int change_profile_perms(struct aa_profile *profile, in change_profile_perms()
299 struct aa_profile *profile, aa_state_t state) in aa_xattrs_match()
383 struct aa_profile *profile, *candidate = NULL; in find_attach() local
802 struct aa_profile *profile; in handle_onexec() local
860 struct aa_profile *profile; in apparmor_bprm_creds_for_exec() local
1041 struct aa_profile *profile, *root, *hat = NULL; in change_hat() local
1156 struct aa_profile *profile; in aa_change_hat() local
1264 struct aa_profile *profile, in change_profile_perms_wrapper()
[all …]
A Dmount.c130 static int audit_mount(struct aa_profile *profile, const char *op, in audit_mount()
298 static int match_mnt_path_str(struct aa_profile *profile, in match_mnt_path_str()
357 static int match_mnt(struct aa_profile *profile, const struct path *path, in match_mnt()
388 struct aa_profile *profile; in aa_remount() local
412 struct aa_profile *profile; in aa_bind_mount() local
449 struct aa_profile *profile; in aa_mount_change_type() local
474 struct aa_profile *profile; in aa_move_mount() local
509 struct aa_profile *profile; in aa_new_mount() local
604 struct aa_profile *profile; in aa_umount() local
627 static struct aa_label *build_pivotroot(struct aa_profile *profile, in build_pivotroot()
[all …]
A Dcapability.c33 struct aa_profile *profile; member
64 static int audit_caps(struct common_audit_data *sa, struct aa_profile *profile, in audit_caps()
116 static int profile_capable(struct aa_profile *profile, int cap, in profile_capable()
153 struct aa_profile *profile; in aa_capable() local
A Dnet.c108 int aa_profile_af_perm(struct aa_profile *profile, struct common_audit_data *sa, in aa_profile_af_perm()
139 struct aa_profile *profile; in aa_af_perm() local
157 struct aa_profile *profile; in aa_label_sk_perm() local
216 static int aa_secmark_perm(struct aa_profile *profile, u32 request, u32 secid, in aa_secmark_perm()
254 struct aa_profile *profile; in apparmor_secmark_check() local
A Dfile.c92 int aa_audit_file(struct aa_profile *profile, struct aa_perms *perms, in aa_audit_file()
148 struct aa_profile *profile; in path_name() local
210 static int __aa_path_perm(const char *op, struct aa_profile *profile, in __aa_path_perm()
230 static int profile_path_perm(const char *op, struct aa_profile *profile, in profile_path_perm()
266 struct aa_profile *profile; in aa_path_perm() local
304 static int profile_path_link(struct aa_profile *profile, in profile_path_link()
416 struct aa_profile *profile; in aa_path_link() local
460 struct aa_profile *profile; in __file_path_perm() local
A Dresource.c54 static int audit_resource(struct aa_profile *profile, unsigned int resource, in audit_resource()
84 static int profile_setrlimit(struct aa_profile *profile, unsigned int resource, in profile_setrlimit()
112 struct aa_profile *profile; in aa_task_setrlimit() local
A Dapparmorfs.c669 struct aa_profile *profile; in query_data() local
758 struct aa_profile *profile; in query_label() local
1073 struct aa_profile *profile = labels_profile(label); in seq_profile_name_show() local
1084 struct aa_profile *profile = labels_profile(label); in seq_profile_mode_show() local
1163 struct aa_profile *profile; in seq_ns_nsstacked_show() local
1564 struct aa_profile *profile, in create_profile_file()
1627 struct aa_profile *profile; in rawdata_get_link_base() local
2184 struct aa_profile *profile) in next_profile()
2205 struct aa_profile *profile = NULL; in p_start() local
2233 struct aa_profile *profile = p; in p_next() local
[all …]
A Dlib.c309 void aa_apply_modes_to_perms(struct aa_profile *profile, struct aa_perms *perms) in aa_apply_modes_to_perms()
334 void aa_profile_match_label(struct aa_profile *profile, in aa_profile_match_label()
350 int aa_profile_label_perm(struct aa_profile *profile, struct aa_profile *target, in aa_profile_label_perm()
387 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms, in aa_check_perms()
A Dipc.c77 static int profile_signal_perm(struct aa_profile *profile, in profile_signal_perm()
102 struct aa_profile *profile; in aa_may_signal() local
A Daudit.c121 struct aa_profile *profile = labels_profile(label); in audit_pre() local
166 int aa_audit(int type, struct aa_profile *profile, struct common_audit_data *sa, in aa_audit()
A Dlabel.c320 struct aa_profile *profile; in aa_label_destroy() local
1264 static inline aa_state_t match_component(struct aa_profile *profile, in match_component()
1297 static int label_compound_match(struct aa_profile *profile, in label_compound_match()
1357 static int label_components_match(struct aa_profile *profile, in label_components_match()
1418 int aa_label_match(struct aa_profile *profile, struct aa_ruleset *rules, in aa_label_match()
1513 struct aa_profile *profile, int flags, in aa_profile_snxprint()
1556 struct aa_profile *profile; in label_modename() local
1590 struct aa_profile *profile; in display_mode() local
1626 struct aa_profile *profile; in aa_label_snxprint() local
A Dtask.c228 static int profile_ptrace_perm(struct aa_profile *profile, in profile_ptrace_perm()
288 struct aa_profile *profile; in aa_may_ptrace() local
A Dpolicy_unpack.c65 struct aa_profile *profile = labels_profile(aa_current_raw_label()); in audit_iface() local
531 static bool unpack_xattrs(struct aa_ext *e, struct aa_profile *profile) in unpack_xattrs()
802 struct aa_profile *profile = NULL; in unpack_profile() local
1208 static int verify_profile(struct aa_profile *profile) in verify_profile()
1375 struct aa_profile *profile = NULL; in aa_unpack() local
/linux-6.3-rc2/drivers/mmc/host/
A Dcqhci-crypto.c26 cqhci_host_from_crypto_profile(struct blk_crypto_profile *profile) in cqhci_host_from_crypto_profile()
61 static int cqhci_crypto_keyslot_program(struct blk_crypto_profile *profile, in cqhci_crypto_keyslot_program()
119 static int cqhci_crypto_keyslot_evict(struct blk_crypto_profile *profile, in cqhci_crypto_keyslot_evict()
172 struct blk_crypto_profile *profile = &mmc->crypto_profile; in cqhci_crypto_init() local
/linux-6.3-rc2/drivers/platform/surface/
A Dsurface_platform_profile.c25 __le32 profile; member
109 enum platform_profile_option *profile) in ssam_platform_profile_get()
130 enum platform_profile_option profile) in ssam_platform_profile_set()
/linux-6.3-rc2/drivers/platform/x86/amd/pmf/
A Dsps.c92 enum platform_profile_option *profile) in amd_pmf_profile_get()
123 enum platform_profile_option profile) in amd_pmf_profile_set()
/linux-6.3-rc2/drivers/ufs/core/
A Dufshcd-crypto.c51 static int ufshcd_crypto_keyslot_program(struct blk_crypto_profile *profile, in ufshcd_crypto_keyslot_program()
109 static int ufshcd_crypto_keyslot_evict(struct blk_crypto_profile *profile, in ufshcd_crypto_keyslot_evict()
/linux-6.3-rc2/drivers/devfreq/
A Dexynos-bus.c291 struct devfreq_dev_profile *profile) in exynos_bus_profile_init()
352 struct devfreq_dev_profile *profile) in exynos_bus_profile_init_passive()
389 struct devfreq_dev_profile *profile; in exynos_bus_probe() local
/linux-6.3-rc2/drivers/media/dvb-frontends/cxd2880/
A Dcxd2880_tnrdmd_dvbt.h19 enum cxd2880_dvbt_profile profile; member
/linux-6.3-rc2/drivers/s390/block/
A Ddasd.c841 void dasd_profile_reset(struct dasd_profile *profile) in dasd_profile_reset()
856 int dasd_profile_on(struct dasd_profile *profile) in dasd_profile_on()
875 void dasd_profile_off(struct dasd_profile *profile) in dasd_profile_off()
1003 struct dasd_profile *profile; in dasd_stats_show() local
1021 struct dasd_profile *profile = inode->i_private; in dasd_stats_open() local
1034 static void dasd_profile_init(struct dasd_profile *profile, in dasd_profile_init()
1052 static void dasd_profile_exit(struct dasd_profile *profile) in dasd_profile_exit()
1110 static void dasd_profile_init(struct dasd_profile *profile, in dasd_profile_init()
1116 static void dasd_profile_exit(struct dasd_profile *profile) in dasd_profile_exit()
1121 int dasd_profile_on(struct dasd_profile *profile) in dasd_profile_on()
/linux-6.3-rc2/security/apparmor/include/
A Dcrypto.h25 static inline int aa_calc_profile_hash(struct aa_profile *profile, u32 version, in aa_calc_profile_hash()

Completed in 55 milliseconds

1234567