Searched refs:bufgap_t (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dbufgap.h59 typedef struct bufgap_t { struct
70 } bufgap_t; typedef in typeref:struct:bufgap_t
72 int bufgap_open(bufgap_t *, const char *);
73 void bufgap_close(bufgap_t *);
74 int bufgap_forwards(bufgap_t *, uint64_t, int);
75 int bufgap_backwards(bufgap_t *, uint64_t, int);
76 int bufgap_seek(bufgap_t *, int64_t, int, int);
77 char *bufgap_getstr(bufgap_t *);
78 int bufgap_getbin(bufgap_t *, void *, size_t);
79 int64_t bufgap_tell(bufgap_t *, in
[all...]
H A Dbufgap.c129 bufgap_open(bufgap_t *bp, const char *f)
173 bufgap_close(bufgap_t *bp)
180 bufgap_forwards(bufgap_t *bp, uint64_t n, int type)
237 bufgap_backwards(bufgap_t *bp, uint64_t n, int type)
294 bufgap_seek(bufgap_t *bp, int64_t off, int whence, int type)
362 bufgap_getstr(bufgap_t *bp)
369 bufgap_getbin(bufgap_t *bp, void *dst, size_t len)
380 bufgap_tell(bufgap_t *bp, int whence, int type)
398 bufgap_size(bufgap_t *bp, int type)
407 bufgap_insert(bufgap_t *b
[all...]
H A Dssh2pgp.c147 getbignum(bufgap_t *bg, char *buf, const char *header)
166 putbignum(bufgap_t *bg, BIGNUM *bignum)
209 bufgap_t bg;
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbufgap.h59 typedef struct bufgap_t { struct
70 } bufgap_t; typedef in typeref:struct:bufgap_t
72 int bufgap_open(bufgap_t *, const char *);
73 void bufgap_close(bufgap_t *);
74 int bufgap_forwards(bufgap_t *, uint64_t, int);
75 int bufgap_backwards(bufgap_t *, uint64_t, int);
76 int bufgap_seek(bufgap_t *, int64_t, int, int);
77 char *bufgap_getstr(bufgap_t *);
78 int bufgap_getbin(bufgap_t *, void *, size_t);
79 int64_t bufgap_tell(bufgap_t *, in
[all...]
H A Dbufgap.c118 bufgap_open(bufgap_t *bp, const char *f)
162 bufgap_close(bufgap_t *bp)
169 bufgap_forwards(bufgap_t *bp, uint64_t n, int type)
226 bufgap_backwards(bufgap_t *bp, uint64_t n, int type)
283 bufgap_seek(bufgap_t *bp, int64_t off, int whence, int type)
351 bufgap_getstr(bufgap_t *bp)
358 bufgap_getbin(bufgap_t *bp, void *dst, size_t len)
369 bufgap_tell(bufgap_t *bp, int whence, int type)
387 bufgap_size(bufgap_t *bp, int type)
396 bufgap_insert(bufgap_t *b
[all...]
H A Dlibverify.c2581 getbignum(pgpv_bignum_t *bignum, bufgap_t *bg, char *buf, const char *header)
2631 bufgap_t bg;

Completed in 219 milliseconds