HomeSort by: relevance | last modified time | path
    Searched refs:bufgap_insert (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/lib/
bufgap.h 81 int bufgap_insert(bufgap_t *, const char *, int);
ssh2pgp.c 171 (void) bufgap_insert(bg, &len, sizeof(len));
172 (void) bufgap_insert(bg, buf, len);
266 bufgap_insert(&bg, bin, cc);
bufgap.c 407 bufgap_insert(bufgap_t *bp, const char *s, int n) function
422 RENEW(char, bp->buf, bp->size, "bufgap_insert", return 0);
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bufgap.h 81 int bufgap_insert(bufgap_t *, const char *, int);
bufgap.c 396 bufgap_insert(bufgap_t *bp, const char *s, int n) function
411 RENEW(char, bp->buf, bp->size, "bufgap_insert", return 0);
libverify.c 2699 bufgap_insert(&bg, bin, cc);

Completed in 27 milliseconds