Searched refs:vectx_close (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/lib/libsecureboot/h/
H A Dverify_file.h57 int vectx_close(struct vectx *, int, const char *);
/freebsd-13-stable/stand/i386/loader/
H A Dchain.c133 verror = vectx_close(vctx, VE_MUST, __func__);
/freebsd-13-stable/lib/libsecureboot/tests/
H A Dtvo.c178 error = vectx_close(vp, VE_MUST, __func__);
180 printf("vectx_close(%s) == %d %s\n",
184 printf("vectx_close: Verified: %s\n",
/freebsd-13-stable/lib/libsecureboot/
H A Dvectx.c336 vectx_close(struct vectx *ctx, int severity, const char *caller) function
357 ("vectx_close: caller=%s,name='%s',rc=%d,severity=%d\n",
/freebsd-13-stable/stand/common/
H A Dload_elf_obj.c210 verror = vectx_close(ef.vctx, VE_MUST, __func__);
H A Dload_elf.c451 verror = vectx_close(ef.vctx, VE_MUST, __func__);
1078 verror = vectx_close(ef.vctx, VE_MUST, __func__);
H A Dmodule.c801 verror = vectx_close(vctx, VE_MUST, __func__);

Completed in 119 milliseconds