Symbol: VE_MUST
lib/libsecureboot/vectx.c
121
if (severity < VE_MUST)
lib/libsecureboot/vectx.c
149
if (severity < VE_MUST)
lib/libsecureboot/vectx.c
182
if (severity < VE_MUST)
lib/libsecureboot/vectx.c
412
ve_pcr_updating_set((ctx->vec_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
296
return (VE_MUST);
lib/libsecureboot/verify_file.c
319
*accept_no_fp = VE_MUST;
lib/libsecureboot/verify_file.c
322
*accept_no_fp = VE_MUST + 1;
lib/libsecureboot/verify_file.c
427
if (severity >= VE_MUST || Verbose >= VE_VERBOSE_ALL) {
lib/libsecureboot/verify_file.c
554
ve_pcr_updating_set((severity == VE_MUST));
lib/libsecureboot/verify_file.c
565
if (severity < VE_MUST) { /* not a kernel or module */
lib/libsecureboot/verify_file.c
579
if (rc == VE_FINGERPRINT_UNKNOWN && severity < VE_MUST)
stand/common/load_elf.c
286
ef->vctx = vectx_open(ef->fd, filename, VE_MUST,
stand/common/load_elf.c
328
if (verify_file(ef->fd, filename, bytes_read, VE_MUST, __func__) < 0) {
stand/common/load_elf_obj.c
107
ef.vctx = vectx_open(ef.fd, filename, VE_MUST,
stand/common/load_elf_obj.c
147
if (verify_file(ef.fd, filename, bytes_read, VE_MUST, __func__) < 0) {
stand/common/module.c
695
if (severity < VE_MUST) {
stand/common/module.c
701
severity = VE_MUST;
stand/common/module.c
715
if (verify_file(fd, name, 0, VE_MUST, __func__) < 0) {
stand/efi/loader/main.c
1906
if (verify_file(fd, name, 0, VE_MUST, __func__) < 0) {
stand/i386/loader/chain.c
86
vctx = vectx_open(fd, argv[1], VE_MUST, 0L, NULL, &verror, __func__);
stand/i386/loader/chain.c
95
if (verify_file(fd, argv[1], 0, VE_MUST, __func__) < 0) {