Searched refs:bufgap_insert (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | ssh2pgp.c | 171 (void) bufgap_insert(bg, &len, sizeof(len)); 172 (void) bufgap_insert(bg, buf, len); 266 bufgap_insert(&bg, bin, cc); in pgp_ssh2pubkey()
|
H A D | bufgap.h | 81 int bufgap_insert(bufgap_t *, const char *, int);
|
H A D | bufgap.c | 407 bufgap_insert(bufgap_t *bp, const char *s, int n) in bufgap_insert() function
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | bufgap.h | 81 int bufgap_insert(bufgap_t *, const char *, int);
|
H A D | bufgap.c | 396 bufgap_insert(bufgap_t *bp, const char *s, int n) in bufgap_insert() function
|
H A D | libverify.c | 2699 bufgap_insert(&bg, bin, cc); in read_ssh_file()
|