Home
last modified time | relevance | path

Searched refs:mac_veriexec_fpops (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/security/mac_veriexec/
H A Dveriexec_fingerprint.c60 static LIST_HEAD(fpopshead, mac_veriexec_fpops) fpops_list;
75 struct mac_veriexec_fpops *fpops; in sysctl_mac_veriexec_algorithms()
337 struct mac_veriexec_fpops *
340 struct mac_veriexec_fpops *fpops; in mac_veriexec_fingerprint_lookup_ops()
360 mac_veriexec_fingerprint_add_ops(struct mac_veriexec_fpops *fpops) in mac_veriexec_fingerprint_add_ops()
406 struct mac_veriexec_fpops *fpops; in mac_veriexec_fingerprint_modevent()
410 fpops = (struct mac_veriexec_fpops *) data; in mac_veriexec_fingerprint_modevent()
H A Dmac_veriexec_internal.h55 struct mac_veriexec_fpops *ops;
88 int mac_veriexec_fingerprint_add_ops(struct mac_veriexec_fpops *fpops);
96 struct mac_veriexec_fpops *
H A Dmac_veriexec.h94 struct mac_veriexec_fpops { struct
101 LIST_ENTRY(mac_veriexec_fpops) entries; argument
123 static struct mac_veriexec_fpops \
H A Dveriexec_metadata.c611 struct mac_veriexec_fpops *fpops; in mac_veriexec_metadata_add_file()