Home
last modified time | relevance | path

Searched refs:pgp_sig_info_t (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dnetpgpsdk.h43 pgp_sig_info_t *valid_sigs;
45 pgp_sig_info_t *invalid_sigs;
47 pgp_sig_info_t *unknown_sigs;
H A Dvalidate.c129 free_sig_info(pgp_sig_info_t *sig) in free_sig_info()
136 copy_sig_info(pgp_sig_info_t *dst, const pgp_sig_info_t *src) in copy_sig_info()
147 add_sig_to_list(const pgp_sig_info_t *sig, pgp_sig_info_t **sigs, in add_sig_to_list()
150 pgp_sig_info_t *newsigs; in add_sig_to_list()
153 newsigs = calloc(*count + 1, sizeof(pgp_sig_info_t)); in add_sig_to_list()
156 (*count + 1) * sizeof(pgp_sig_info_t)); in add_sig_to_list()
H A Dpacket.h639 typedef struct pgp_sig_info_t { struct
660 } pgp_sig_info_t; argument
664 pgp_sig_info_t info; /* The signature information */