Symbol: vectx
crypto/openssl/providers/implementations/kem/ec_kem.c
205
static void eckem_freectx(void *vectx)
crypto/openssl/providers/implementations/kem/ec_kem.c
207
PROV_EC_CTX *ctx = (PROV_EC_CTX *)vectx;
crypto/openssl/providers/implementations/kem/ecx_kem.c
170
static void ecxkem_freectx(void *vectx)
crypto/openssl/providers/implementations/kem/ecx_kem.c
172
PROV_ECX_CTX *ctx = (PROV_ECX_CTX *)vectx;
lib/libsecureboot/h/verify_file.h
62
struct vectx;
lib/libsecureboot/h/verify_file.h
63
struct vectx* vectx_open(int, const char *, int, off_t, struct stat *, int *, const char *);
lib/libsecureboot/h/verify_file.h
64
ssize_t vectx_read(struct vectx *, void *, size_t);
lib/libsecureboot/h/verify_file.h
65
off_t vectx_lseek(struct vectx *, off_t, int);
lib/libsecureboot/h/verify_file.h
66
int vectx_close(struct vectx *, const char *);
lib/libsecureboot/vectx.c
101
struct vectx *ctx;
lib/libsecureboot/vectx.c
128
ctx = malloc(sizeof(struct vectx));
lib/libsecureboot/vectx.c
232
vectx_read(struct vectx *ctx, void *buf, size_t nbytes)
lib/libsecureboot/vectx.c
310
vectx_lseek(struct vectx *ctx, off_t off, int whence)
lib/libsecureboot/vectx.c
398
vectx_close(struct vectx *ctx, const char *caller)
lib/libsecureboot/vectx.c
96
struct vectx *
stand/common/load_elf.c
69
struct vectx *vctx;
stand/common/load_elf_obj.c
58
struct vectx *vctx;
stand/common/module.c
663
struct vectx *vctx;
stand/common/readin.h
32
typedef struct vectx * readin_handle_t;
stand/i386/loader/chain.c
66
struct vectx *vctx;