Home
last modified time | relevance | path

Searched refs:bufgap_tell (Results 1 – 6 of 6) sorted by relevance

/netbsd/crypto/external/bsd/netpgp/dist/src/lib/
H A Dssh2pgp.c244 off = bufgap_tell(&bg, BGFromBOF, BGByte); in pgp_ssh2pubkey()
265 bufgap_delete(&bg, (uint64_t)bufgap_tell(&bg, BGFromEOF, BGByte)); in pgp_ssh2pubkey()
307 if (ok && bufgap_tell(&bg, BGFromEOF, BGByte) > 0) { in pgp_ssh2pubkey()
308 printf("%"PRIi64" bytes left\n", bufgap_tell(&bg, BGFromEOF, BGByte)); in pgp_ssh2pubkey()
H A Dbufgap.h79 int64_t bufgap_tell(bufgap_t *, int, int);
H A Dbufgap.c380 bufgap_tell(bufgap_t *bp, int whence, int type) in bufgap_tell() function
419 off = bufgap_tell(bp, BGFromBOF, BGChar); in bufgap_insert()
490 off = bufgap_tell(bp, BGFromBOF, BGChar); in bufgap_gettext()
/netbsd/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbufgap.h79 int64_t bufgap_tell(bufgap_t *, int, int);
H A Dbufgap.c369 bufgap_tell(bufgap_t *bp, int whence, int type) in bufgap_tell() function
408 off = bufgap_tell(bp, BGFromBOF, BGChar); in bufgap_insert()
479 off = bufgap_tell(bp, BGFromBOF, BGChar); in bufgap_gettext()
H A Dlibverify.c2683 off = bufgap_tell(&bg, BGFromBOF, BGByte); in read_ssh_file()
2698 bufgap_delete(&bg, (uint64_t)bufgap_tell(&bg, BGFromEOF, BGByte)); in read_ssh_file()
2739 if (ok && bufgap_tell(&bg, BGFromEOF, BGByte) > 0) { in read_ssh_file()
2740 printf("%"PRIi64" bytes left\n", bufgap_tell(&bg, BGFromEOF, BGByte)); in read_ssh_file()