Searched refs:fpops (Results 1 – 3 of 3) sorted by relevance
75 struct mac_veriexec_fpops *fpops; in sysctl_mac_veriexec_algorithms() local80 LIST_FOREACH(fpops, &fpops_list, entries) { in sysctl_mac_veriexec_algorithms()83 sbuf_printf(&sb, "%s", fpops->type); in sysctl_mac_veriexec_algorithms()340 struct mac_veriexec_fpops *fpops; in mac_veriexec_fingerprint_lookup_ops() local346 if (!strcasecmp(type, fpops->type)) in mac_veriexec_fingerprint_lookup_ops()349 return (fpops); in mac_veriexec_fingerprint_lookup_ops()364 if (fpops->type == NULL || fpops->digest_len == 0 || in mac_veriexec_fingerprint_add_ops()365 fpops->context_size == 0 || fpops->init == NULL || in mac_veriexec_fingerprint_add_ops()366 fpops->update == NULL || fpops->final == NULL) in mac_veriexec_fingerprint_add_ops()406 struct mac_veriexec_fpops *fpops; in mac_veriexec_fingerprint_modevent() local[all …]
611 struct mac_veriexec_fpops *fpops; in mac_veriexec_metadata_add_file() local629 fpops = mac_veriexec_fingerprint_lookup_ops(fp_type); in mac_veriexec_metadata_add_file()630 if (fpops == NULL) in mac_veriexec_metadata_add_file()651 ip->ops = fpops; in mac_veriexec_metadata_add_file()653 fpops->digest_len); in mac_veriexec_metadata_add_file()704 ip->ops = fpops; in mac_veriexec_metadata_add_file()707 memcpy(ip->fingerprint, fingerprint, fpops->digest_len); in mac_veriexec_metadata_add_file()727 for (offset = 0; offset < fpops->digest_len; offset++) in mac_veriexec_metadata_add_file()
88 int mac_veriexec_fingerprint_add_ops(struct mac_veriexec_fpops *fpops);