Searched refs:VE_FINGERPRINT_NONE (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/lib/libsecureboot/h/
H A Dlibsecureboot.h93 #define VE_FINGERPRINT_NONE -2 macro
/freebsd-12-stable/lib/libsecureboot/
H A Dverify_file.c159 rc = VE_FINGERPRINT_NONE;
213 rc = VE_FINGERPRINT_NONE;
412 * If verify_fd() returns VE_FINGERPRINT_NONE we accept it if severity
487 else if (rc == VE_FINGERPRINT_NONE && severity < accept_no_fp)
H A Dvectx.c85 * @li VE_FINGERPRINT_NONE no entry found
111 case VE_FINGERPRINT_NONE:
136 ctx->vec_status = VE_FINGERPRINT_NONE;
H A Dveopen.c407 * @return 0, VE_FINGERPRINT_OK or VE_FINGERPRINT_NONE, VE_FINGERPRINT_WRONG
425 return (VE_FINGERPRINT_NONE);
448 * @return fd or VE_FINGERPRINT_NONE, VE_FINGERPRINT_WRONG

Completed in 140 milliseconds