|
|
@ -149,24 +149,6 @@ unsigned pgp_add_selfsigned_userid(pgp_key_t *skey, pgp_key_t *pkey, const uint8 |
|
|
|
pgp_key_t *pgp_keydata_new(void); |
|
|
|
void pgp_keydata_init(pgp_key_t *, const pgp_content_enum); |
|
|
|
|
|
|
|
int pgp_sprint_keydata(pgp_io_t *, pgp_keyring_t *, |
|
|
|
const pgp_key_t *, char **, const char *, |
|
|
|
const pgp_pubkey_t *, const int); |
|
|
|
int pgp_hkp_sprint_keydata(pgp_io_t *, const pgp_keyring_t *, |
|
|
|
const pgp_key_t *, char **, |
|
|
|
const pgp_pubkey_t *, const int); |
|
|
|
void pgp_print_sig(pgp_io_t *, const pgp_key_t *, const char *, |
|
|
|
const pgp_pubkey_t *); |
|
|
|
int pgp_sprint_pubkey(const pgp_key_t *, char *, size_t); |
|
|
|
|
|
|
|
int pgp_list_packets(pgp_io_t *, |
|
|
|
char *, |
|
|
|
unsigned, |
|
|
|
pgp_keyring_t *, |
|
|
|
pgp_keyring_t *, |
|
|
|
void *, |
|
|
|
pgp_cbfunc_t *); |
|
|
|
|
|
|
|
char *pgp_export_key(pgp_io_t *, const pgp_key_t *, uint8_t *); |
|
|
|
|
|
|
|
int pgp_keyring_add(pgp_keyring_t *, const pgp_key_t *); |
|
|
|