Searched refs:FINGERPRINT_INVALID (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/veriexec/
H A Dverified_exec.c167 FINGERPRINT_INVALID);
189 FINGERPRINT_INVALID);
/freebsd-12-stable/sys/security/mac_veriexec/
H A Dmac_veriexec.h78 FINGERPRINT_INVALID, /**< Fingerprint has not been evaluated */ enumerator in enum:fingerprint_status
H A Dmac_veriexec.c261 * per-policy slot for veriexec to @c FINGERPRINT_INVALID
263 * @note @c FINGERPRINT_INVALID indicates the fingerprint is invalid.
271 SLOT_SET(label, FINGERPRINT_INVALID);
277 * per-policy slot for veriexec back to @c FINGERPRINT_INVALID
279 * @note @c FINGERPRINT_INVALID indicates the fingerprint is invalid.
287 SLOT_SET(label, FINGERPRINT_INVALID);
H A Dveriexec_fingerprint.c275 case FINGERPRINT_INVALID: /* should not happen */
276 identify_error(imgp, td, "got unexpected FINGERPRINT_INVALID");
H A Dveriexec_metadata.c519 if (status == FINGERPRINT_INVALID || status == FINGERPRINT_NODEV) {

Completed in 139 milliseconds