Lines Matching defs:fingerprint

102     "A", "Verified execution fingerprint database");
117 * Display a human-readable form of the current fingerprint database.
277 * @note @c FINGERPRINT_INVALID indicates the fingerprint is invalid.
293 * @note @c FINGERPRINT_INVALID indicates the fingerprint is invalid.
375 * Fetch the fingerprint status for the vnode
396 * kldload should fail unless there is a valid fingerprint
399 MAC_VERIEXEC_DBG(2, "fingerprint status is %d for dev %ju, "
510 * @brief Check fingerprint for the specified vnode and validate it
532 /* Get the fingerprint status for the file */
544 * If file has a fingerprint then deny the write request,
546 * for the file having a fingerprint.
575 * fingerprint registered.
577 MAC_VERIEXEC_DBG(2, "fingerprint status is %d for dev "
605 * Look for the file on the fingerprint lists iff it has not been seen
636 * Look for the file on the fingerprint lists iff it has not been seen
677 * Look for the file on the fingerprint lists iff it has not been seen
726 * Look for the file on the fingerprint lists iff it has not been seen
793 /* Initialize fingerprint ops */
810 unsigned char fingerprint[MAXFINGERPRINTLEN];
831 * Check if the file referenced by a file descriptor has a fingerprint
943 /* Check the fingerprint status of the vnode */
992 memcpy(result32.fingerprint, ip->fingerprint,
1006 memcpy(result.fingerprint, ip->fingerprint,
1063 * @brief Get the fingerprint status set on a vnode.
1065 * @param vp vnode to obtain fingerprint status from
1119 * @brief Set the fingerprint status for a vnode
1124 * @param vp vnode to store the fingerprint status on
1125 * @param fp_status fingerprint status to store