145 |
int gnupg_check_homedir (void); |
int gnupg_check_homedir (void); |
146 |
int gnupg_access_keyring (int _pub); |
int gnupg_access_keyring (int _pub); |
147 |
void gnupg_backup_options (); |
void gnupg_backup_options (); |
148 |
void gnupg_backup_keyrings (int auto_backup, int backup_mode, |
void gnupg_backup_keyrings (int auto_backup, int backup_mode, |
149 |
int include_secr); |
int include_secr); |
150 |
void gnupg_display_error (void); |
void gnupg_display_error (void); |
151 |
int gnupg_copy_keyrings (void); |
int gnupg_copy_keyrings (void); |
197 |
PASSDLG_REPEAT = 0, |
PASSDLG_REPEAT = 0, |
198 |
PASSDLG_INIT = 1, |
PASSDLG_INIT = 1, |
199 |
PASSDLG_STRICT = 2, |
PASSDLG_STRICT = 2, |
200 |
PASSDLG_NOTEMPTY= 4 |
PASSDLG_NOTEMPTY= 4, |
201 |
|
PASSDLG_WARN_UTF8=8, |
202 |
}; |
}; |
203 |
|
|
204 |
void set_gpg_passphrase_cb (passphrase_cb_s *cb, gpgme_ctx_t ctx, |
void set_gpg_passphrase_cb (passphrase_cb_s *cb, gpgme_ctx_t ctx, |
208 |
|
|
209 |
char *request_passphrase (const char *title, int flags, int *ret_cancel); |
char *request_passphrase (const char *title, int flags, int *ret_cancel); |
210 |
char *request_passphrase2 (const char *title, int flags, int *ret_cancel); |
char *request_passphrase2 (const char *title, int flags, int *ret_cancel); |
211 |
char *request_key_passphrase (gpgme_key_t key, const char *title, |
char *request_key_passphrase (gpgme_key_t key, const char *title, |
212 |
int *ret_cancel); |
int *ret_cancel); |
213 |
const char * passphrase_cb (void *opaque, const char * desc, void *r_hd); |
const char * passphrase_cb (void *opaque, const char * desc, void *r_hd); |
214 |
char * get_key_userid (const char *keyid); |
char * get_key_userid (const char *keyid); |