Symbol: VE_MUST
lib/libsecureboot/tests/tvo.c
193
error = vectx_close(vp, VE_MUST, __func__);
lib/libsecureboot/vectx.c
396
ve_pcr_updating_set((severity == VE_MUST));
lib/libsecureboot/verify_file.c
269
# define ACCEPT_NO_FP_DEFAULT VE_MUST + 1
lib/libsecureboot/verify_file.c
271
# define ACCEPT_NO_FP_DEFAULT VE_MUST
lib/libsecureboot/verify_file.c
295
return (VE_MUST);
lib/libsecureboot/verify_file.c
318
*accept_no_fp = VE_MUST;
lib/libsecureboot/verify_file.c
321
*accept_no_fp = VE_MUST + 1;
lib/libsecureboot/verify_file.c
426
if (severity >= VE_MUST || Verbose >= VE_VERBOSE_ALL) {
lib/libsecureboot/verify_file.c
553
ve_pcr_updating_set((severity == VE_MUST));
lib/libsecureboot/verify_file.c
564
if (severity < VE_MUST) { /* not a kernel or module */
lib/libsecureboot/verify_file.c
578
if (rc == VE_FINGERPRINT_UNKNOWN && severity < VE_MUST)
stand/common/load_elf.c
1098
verror = vectx_close(ef.vctx, VE_MUST, __func__);
stand/common/load_elf.c
327
if (verify_file(ef->fd, filename, bytes_read, VE_MUST, __func__) < 0) {
stand/common/load_elf.c
507
verror = vectx_close(ef.vctx, VE_MUST, __func__);
stand/common/load_elf_obj.c
146
if (verify_file(ef.fd, filename, bytes_read, VE_MUST, __func__) < 0) {
stand/common/load_elf_obj.c
199
verror = vectx_close(ef.vctx, VE_MUST, __func__);
stand/common/module.c
705
if (verify_file(fd, name, 0, VE_MUST, __func__) < 0) {
stand/common/module.c
744
verror = vectx_close(vctx, VE_MUST, __func__);
stand/efi/loader/main.c
1906
if (verify_file(fd, name, 0, VE_MUST, __func__) < 0) {
stand/i386/loader/chain.c
130
verror = vectx_close(vctx, VE_MUST, __func__);
stand/i386/loader/chain.c
95
if (verify_file(fd, argv[1], 0, VE_MUST, __func__) < 0) {