16 #include <rpm/rpmtypes.h>
17 #include <rpm/rpmstring.h>
896 #define PGPARMOR_ERROR PGPARMOR_ERR_NO_BEGIN_PGP
954 unsigned int pgpGrab(
const uint8_t *s,
size_t nbytes)
957 size_t nb = (nbytes <=
sizeof(i) ? nbytes :
sizeof(i));
969 char *
pgpHexStr(
const uint8_t *p,
size_t plen);
999 int pgpPrtParams(
const uint8_t *pkts,
size_t pktlen,
unsigned int pkttype,
1000 pgpDigParams * ret);
1010 int pgpPrtPkts(
const uint8_t *pkts,
size_t pktlen, pgpDig dig,
int printing);
1037 char *
pgpArmorWrap(
int atype,
const unsigned char * s,
size_t ns);
1150 DIGEST_CTX
rpmDigestInit(
int hashalgo, rpmDigestFlags flags);
1174 size_t * lenp,
int asAscii);
1197 rpmDigestFlags flags);
1219 int algo,
void ** datap,
size_t * lenp,
int asAscii);