Searched refs:VE_FINGERPRINT_WRONG (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/lib/libsecureboot/h/
H A Dlibsecureboot.h94 #define VE_FINGERPRINT_WRONG -3 macro
/freebsd-12-stable/lib/libsecureboot/
H A Dverify_file.c191 rc = VE_FINGERPRINT_WRONG;
438 if (rc != VE_FINGERPRINT_WRONG && loaded_manifests) {
483 if (severity || verbose || rc == VE_FINGERPRINT_WRONG)
493 else if (rc != VE_FINGERPRINT_WRONG) {
503 if (rc == VE_FINGERPRINT_WRONG && severity > accept_no_fp)
H A Dpass_manifest.c88 add_verify_status(&st, VE_FINGERPRINT_WRONG);
H A Dvectx.c113 case VE_FINGERPRINT_WRONG:
359 if (rc == VE_FINGERPRINT_WRONG) {
H A Dvets.c916 return (VE_FINGERPRINT_WRONG);
920 rc = VE_FINGERPRINT_WRONG;
H A Dveopen.c407 * @return 0, VE_FINGERPRINT_OK or VE_FINGERPRINT_NONE, VE_FINGERPRINT_WRONG
434 return (VE_FINGERPRINT_WRONG);
448 * @return fd or VE_FINGERPRINT_NONE, VE_FINGERPRINT_WRONG

Completed in 64 milliseconds