Searched refs:VE_MUST (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/libsecureboot/ |
H A D | verify_file.c | 269 # define ACCEPT_NO_FP_DEFAULT VE_MUST + 1 271 # define ACCEPT_NO_FP_DEFAULT VE_MUST 295 return (VE_MUST); in severity_guess() 318 *accept_no_fp = VE_MUST; in verify_tweak() 321 *accept_no_fp = VE_MUST + 1; in verify_tweak() 426 if (severity >= VE_MUST || Verbose >= VE_VERBOSE_ALL) { in verify_report() 553 ve_pcr_updating_set((severity == VE_MUST)); in verify_file() 564 if (severity < VE_MUST) { /* not a kernel or module */ in verify_file() 578 if (rc == VE_FINGERPRINT_UNKNOWN && severity < VE_MUST) in verify_file()
|
H A D | vectx.c | 396 ve_pcr_updating_set((severity == VE_MUST)); in vectx_close()
|
/freebsd/stand/i386/loader/ |
H A D | chain.c | 95 if (verify_file(fd, argv[1], 0, VE_MUST, __func__) < 0) { in command_chain() 130 verror = vectx_close(vctx, VE_MUST, __func__); in command_chain()
|
/freebsd/lib/libsecureboot/h/ |
H A D | verify_file.h | 31 #define VE_MUST 2 /* this must be verified */ macro
|
/freebsd/lib/libsecureboot/tests/ |
H A D | tvo.c | 193 error = vectx_close(vp, VE_MUST, __func__); in main()
|
/freebsd/stand/common/ |
H A D | load_elf_obj.c | 149 if (verify_file(ef.fd, filename, bytes_read, VE_MUST, __func__) < 0) { in __elfN() 205 verror = vectx_close(ef.vctx, VE_MUST, __func__); in __elfN()
|
H A D | load_elf.c | 330 if (verify_file(ef->fd, filename, bytes_read, VE_MUST, __func__) < 0) { in __elfN() 512 verror = vectx_close(ef.vctx, VE_MUST, __func__); in __elfN() 1103 verror = vectx_close(ef.vctx, VE_MUST, __func__);
|
H A D | module.c | 704 if (verify_file(fd, name, 0, VE_MUST, __func__) < 0) { in file_loadraw() 744 verror = vectx_close(vctx, VE_MUST, __func__); in file_loadraw()
|
/freebsd/stand/efi/loader/ |
H A D | main.c | 1877 if (verify_file(fd, name, 0, VE_MUST, __func__) < 0) { in command_chain()
|