Home
last modified time | relevance | path

Searched refs:pgp_subpacket_t (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket.h706 typedef struct pgp_subpacket_t { struct
710 } pgp_subpacket_t; typedef
861 pgp_subpacket_t packet;
925 void pgp_subpacket_free(pgp_subpacket_t *);
964 pgp_subpacket_t *packet;
985 DYNARRAY(pgp_subpacket_t, packet); /* array of raw subpackets */
H A Dkeyring.h114 pgp_subpacket_t *pgp_add_subpacket(pgp_key_t *,
115 const pgp_subpacket_t *);
H A Dkeyring.c451 static pgp_subpacket_t *
452 copy_packet(pgp_subpacket_t *dst, const pgp_subpacket_t *src) in copy_packet()
488 void print_packet_hex(const pgp_subpacket_t *pkt);
497 pgp_subpacket_t *
498 pgp_add_subpacket(pgp_key_t *keydata, const pgp_subpacket_t *packet) in pgp_add_subpacket()
500 pgp_subpacket_t *subpktp; in pgp_add_subpacket()
521 pgp_subpacket_t sigpacket; in pgp_add_selfsigned_userid()
H A Dpacket-print.c173 print_packet_hex(const pgp_subpacket_t *pkt) in print_packet_hex()
H A Dpacket-parse.c865 pgp_subpacket_free(pgp_subpacket_t *packet) in pgp_subpacket_free()