Searched refs:pgp_sig_info_t (Results 1 – 3 of 3) sorted by relevance
43 pgp_sig_info_t *valid_sigs;45 pgp_sig_info_t *invalid_sigs;47 pgp_sig_info_t *unknown_sigs;
129 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()
639 typedef struct pgp_sig_info_t { struct660 } pgp_sig_info_t; argument664 pgp_sig_info_t info; /* The signature information */