160 |
char* get_gnupg_keyring (int pub, int strict); |
char* get_gnupg_keyring (int pub, int strict); |
161 |
char* get_gnupg_cfgfile (void); |
char* get_gnupg_cfgfile (void); |
162 |
int set_gnupg_options( const char *buf, size_t buflen ); |
int set_gnupg_options( const char *buf, size_t buflen ); |
163 |
|
int gnupg_load_config (void); |
164 |
|
|
165 |
int check_gnupg_options (const char *buf); |
int check_gnupg_options (const char *buf); |
166 |
void init_gnupg_table (void); |
void init_gnupg_table (void); |
241 |
gpgme_error_t gpg_get_version (char **r_inf); |
gpgme_error_t gpg_get_version (char **r_inf); |
242 |
void gpg_set_debug_mode (int val); |
void gpg_set_debug_mode (int val); |
243 |
gpgme_error_t gpg_export_seckey (const char *keyid, const char *outfile); |
gpgme_error_t gpg_export_seckey (const char *keyid, const char *outfile); |
244 |
gpgme_error_t gpg_manage_ownertrust (char **data, int exportx); |
gpgme_error_t gpg_manage_ownertrust (char **data, int do_export); |
245 |
|
|
246 |
char* generate_revoc_input (int code, const char *cmt, const char *pass); |
char* generate_revoc_input (int code, const char *cmt, const char *pass); |
247 |
gpgme_error_t gpg_revoke_key (const char *inp_data, |
gpgme_error_t gpg_revoke_key (const char *inp_data, |