Symbol: ve_error_set
lib/libsecureboot/brf.c
207
ve_error_set("ERROR: invalid PEM encoding");
lib/libsecureboot/brf.c
226
ve_error_set("ERROR: unfinished PEM object");
lib/libsecureboot/brf.c
316
ve_error_set("ERROR: no certificate in file '%s'\n", fname);
lib/libsecureboot/brf.c
353
ve_error_set("ERROR: CA decoding failed with error %d\n",
lib/libsecureboot/brf.c
380
ve_error_set("ERROR: unsupported public key type in CA\n");
lib/libsecureboot/h/libsecureboot.h
69
int ve_error_set(const char *, ...) __printflike(1,2);
lib/libsecureboot/vectx.c
153
ve_error_set("%s: no entry", path);
lib/libsecureboot/vectx.c
186
ve_error_set("%s: no supported fingerprint", path);
lib/libsecureboot/veopen.c
381
ve_error_set("%s: no supported fingerprint", path);
lib/libsecureboot/veopen.c
430
ve_error_set("%s: no entry", path);
lib/libsecureboot/vets.c
1052
ve_error_set("%s: %.*s != %.*s", path, n, hex, n, want);
lib/libsecureboot/vets.c
436
ve_error_set(NULL); /* make sure it is empty */
lib/libsecureboot/vets.c
510
ve_error_set("ERROR: no/invalid certificate chain\n");
lib/libsecureboot/vets.c
574
ve_error_set("Validation failed, certificate not valid as of %s",
lib/libsecureboot/vets.c
582
ve_error_set("Validation failed, err = %d",
lib/libsecureboot/vets.c
585
ve_error_set("Validation failed, %s (%s)",
lib/libsecureboot/vets.c
698
ve_error_set("cannot read certificates\n");
lib/libsecureboot/vets.c
711
ve_error_set("Certificate is on forbidden list\n");
lib/libsecureboot/vets.c
726
ve_error_set("Certificate hash is on forbidden list\n");