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

/freebsd-13-stable/sys/dev/veriexec/
H A Dverified_exec.c207 FINGERPRINT_INVALID);
229 FINGERPRINT_INVALID);
/freebsd-13-stable/sys/security/mac_veriexec/
H A Dmac_veriexec.h79 FINGERPRINT_INVALID, /**< Fingerprint has not been evaluated */ enumerator in enum:fingerprint_status
H A Dmac_veriexec.c265 * per-policy slot for veriexec to @c FINGERPRINT_INVALID
267 * @note @c FINGERPRINT_INVALID indicates the fingerprint is invalid.
275 SLOT_SET(label, FINGERPRINT_INVALID);
281 * per-policy slot for veriexec back to @c FINGERPRINT_INVALID
283 * @note @c FINGERPRINT_INVALID indicates the fingerprint is invalid.
291 SLOT_SET(label, FINGERPRINT_INVALID);
H A Dveriexec_fingerprint.c276 case FINGERPRINT_INVALID: /* should not happen */
277 identify_error(imgp, td, "got unexpected FINGERPRINT_INVALID");
H A Dveriexec_metadata.c514 if (status == FINGERPRINT_INVALID || status == FINGERPRINT_NODEV) {

Completed in 177 milliseconds