Searched refs:ARRAY_APPEND (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/crypto/external/bsd/netpgp/dist/src/libverify/
H A Darray.h70 #define ARRAY_APPEND(name, newel) do { \ macro
H A Dlibverify.c709 ARRAY_APPEND(sigpkt->subpkts, subpkt);
806 ARRAY_APPEND(sigpkt->subpkts, subpkt);
1053 ARRAY_APPEND(userattr->subattrs, subattr);
1155 ARRAY_APPEND(pgp->pkts, pkt);
1168 ARRAY_APPEND(pgp->pkts, pkt);
1241 ARRAY_APPEND(userid->sigs, signature);
1270 ARRAY_APPEND(userattr->sigs, signature);
1304 ARRAY_APPEND(subkey->sigs, signature);
1823 ARRAY_APPEND(cursor->pgp->pkts, litdata);
1873 ARRAY_APPEND(pg
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Darray.h72 #define ARRAY_APPEND(name, newel) do { \ macro
H A Dlibverify.c1094 ARRAY_APPEND(sigpkt->subpackets, ARRAY_COUNT(pgp->subpkts));
1095 ARRAY_APPEND(pgp->subpkts, subpkt);
1196 ARRAY_APPEND(sigpkt->subpackets, ARRAY_COUNT(pgp->subpkts));
1197 ARRAY_APPEND(pgp->subpkts, subpkt);
1446 ARRAY_APPEND(userattr->subattrs, subattr);
1550 ARRAY_APPEND(pgp->pkts, pkt);
1563 ARRAY_APPEND(pgp->pkts, pkt);
1637 ARRAY_APPEND(userid->signatures, ARRAY_COUNT(pgp->signatures));
1638 ARRAY_APPEND(pgp->signatures, signature);
1667 ARRAY_APPEND(useratt
[all...]

Completed in 182 milliseconds