205 |
void release_gpg_passphrase_cb (passphrase_cb_s *cb); |
void release_gpg_passphrase_cb (passphrase_cb_s *cb); |
206 |
void release_gpg_recipients (gpgme_recipient_t *recipients); |
void release_gpg_recipients (gpgme_recipient_t *recipients); |
207 |
|
|
208 |
char * request_passphrase (const char *title, int flags, int *ret_cancel); |
char *request_passphrase (const char *title, int flags, int *ret_cancel); |
209 |
char * request_passphrase2 (const char *title, int flags, int *ret_cancel); |
char *request_passphrase2 (const char *title, int flags, int *ret_cancel); |
210 |
|
char *request_key_passphrase (gpgme_key_t key, const char *title, |
211 |
|
int *ret_cancel); |
212 |
const char * passphrase_cb (void *opaque, const char * desc, void *r_hd); |
const char * passphrase_cb (void *opaque, const char * desc, void *r_hd); |
213 |
char * get_key_userid (const char *keyid); |
char * get_key_userid (const char *keyid); |
214 |
int check_passwd_quality (const char *pass, int strict); |
int check_passwd_quality (const char *pass, int strict); |