Home
last modified time | relevance | path

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

/freebsd/sys/security/mac_veriexec/
H A Dveriexec_fingerprint.c63 static LIST_HEAD(fpopshead, mac_veriexec_fpops) fpops_list;
78 struct mac_veriexec_fpops *fpops; in sysctl_mac_veriexec_algorithms()
358 struct mac_veriexec_fpops *
361 struct mac_veriexec_fpops *fpops; in mac_veriexec_fingerprint_lookup_ops()
381 mac_veriexec_fingerprint_add_ops(struct mac_veriexec_fpops *fpops) in mac_veriexec_fingerprint_add_ops()
427 struct mac_veriexec_fpops *fpops; in mac_veriexec_fingerprint_modevent()
431 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.h117 struct mac_veriexec_fpops { struct
124 LIST_ENTRY(mac_veriexec_fpops) entries; argument
146 static struct mac_veriexec_fpops \
H A Dveriexec_metadata.c639 struct mac_veriexec_fpops *fpops; in mac_veriexec_metadata_add_file()