Home
last modified time | relevance | path

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

/freebsd/lib/libsecureboot/
H A Dverify_file.c305 char *tweak, int *accept_no_fp) in verify_tweak() argument
311 *accept_no_fp = VE_WANT; in verify_tweak()
319 *accept_no_fp = VE_MUST; in verify_tweak()
322 *accept_no_fp = VE_MUST + 1; in verify_tweak()
522 static int accept_no_fp = ACCEPT_NO_FP_DEFAULT; in verify_file() local
571 &accept_no_fp); in verify_file()
581 else if (rc == VE_FINGERPRINT_NONE && severity < accept_no_fp) in verify_file()
602 if (rc == VE_FINGERPRINT_WRONG && severity > accept_no_fp) in verify_file()