Searched refs:vectx (Results 1 – 10 of 10) sorted by relevance
| /freebsd/lib/libsecureboot/h/ |
| H A D | verify_file.h | 61 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 D | vectx.c | 51 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 D | Makefile.libsa.inc | 12 vectx.c \
|
| /freebsd/stand/common/ |
| H A D | readin.h | 32 typedef struct vectx * readin_handle_t;
|
| H A D | load_elf_obj.c | 58 struct vectx *vctx;
|
| H A D | load_elf.c | 69 struct vectx *vctx;
|
| H A D | module.c | 663 struct vectx *vctx; in file_loadraw()
|
| /freebsd/stand/i386/loader/ |
| H A D | chain.c | 66 struct vectx *vctx; in command_chain()
|
| /freebsd/crypto/openssl/providers/implementations/kem/ |
| H A D | ecx_kem.c | 170 static void ecxkem_freectx(void *vectx) in ecxkem_freectx() argument 172 PROV_ECX_CTX *ctx = (PROV_ECX_CTX *)vectx; in ecxkem_freectx()
|
| H A D | ec_kem.c | 205 static void eckem_freectx(void *vectx) in eckem_freectx() argument 207 PROV_EC_CTX *ctx = (PROV_EC_CTX *)vectx; in eckem_freectx()
|