Home
last modified time | relevance | path

Searched refs:vectx (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/libsecureboot/h/
H A Dverify_file.h61 struct vectx;
62 struct vectx* vectx_open(int, const char *, off_t, struct stat *, int *, const char *);
63 ssize_t vectx_read(struct vectx *, void *, size_t);
64 off_t vectx_lseek(struct vectx *, off_t, int);
65 int vectx_close(struct vectx *, int, const char *);
/freebsd/lib/libsecureboot/
H A Dvectx.c51 struct vectx { struct
95 struct vectx *
99 struct vectx *ctx; in vectx_open()
121 ctx = malloc(sizeof(struct vectx)); in vectx_open()
216 vectx_read(struct vectx *ctx, void *buf, size_t nbytes) in vectx_read()
294 vectx_lseek(struct vectx *ctx, off_t off, int whence) in vectx_lseek()
382 vectx_close(struct vectx *ctx, int severity, const char *caller) in vectx_close()
H A DMakefile.libsa.inc12 vectx.c \
/freebsd/stand/common/
H A Dreadin.h32 typedef struct vectx * readin_handle_t;
H A Dload_elf_obj.c58 struct vectx *vctx;
H A Dload_elf.c69 struct vectx *vctx;
H A Dmodule.c663 struct vectx *vctx; in file_loadraw()
/freebsd/stand/i386/loader/
H A Dchain.c66 struct vectx *vctx; in command_chain()
/freebsd/crypto/openssl/providers/implementations/kem/
H A Decx_kem.c170 static void ecxkem_freectx(void *vectx) in ecxkem_freectx() argument
172 PROV_ECX_CTX *ctx = (PROV_ECX_CTX *)vectx; in ecxkem_freectx()
H A Dec_kem.c205 static void eckem_freectx(void *vectx) in eckem_freectx() argument
207 PROV_EC_CTX *ctx = (PROV_EC_CTX *)vectx; in eckem_freectx()