Home
last modified time | relevance | path

Searched refs:gpg_sign (Results 1 – 25 of 66) sorted by relevance

123

/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/pkg/mingw/
H A Dobs-win-release.sh64 gpg_sign() { function
71 gpg_sign "$osc_build_root/dist-win32/SubtitleComposerSetup.exe"
72 gpg_sign "$log_file"
/dports/security/pidgin-encryption/pidgin-encryption-3.1/
H A Dgpg.c35 static int gpg_sign(unsigned char** signedmsg, unsigned char* msg, int msg_len,
49 gpg_proto->sign = gpg_sign;
65 static int gpg_sign(unsigned char** signedmsg, unsigned char* msg, int msg_len, crypt_key* key, cry…
/dports/net-im/libpurple/pidgin-2.14.8/
H A DMakefile.mingw65 gpg_sign = $(GPG_SIGN) -ab $(1) && $(GPG_SIGN) --verify $(1).asc
170 $(call gpg_sign, pidgin-$(PIDGIN_VERSION).exe)
179 $(call gpg_sign, pidgin-$(PIDGIN_VERSION)-offline.exe)
184 $(call gpg_sign, pidgin-$(PIDGIN_VERSION)-win32-bin.zip)
194 $(call gpg_sign, $(DEBUG_SYMBOLS_DIR).zip)
/dports/net-im/pidgin/pidgin-2.14.8/
H A DMakefile.mingw65 gpg_sign = $(GPG_SIGN) -ab $(1) && $(GPG_SIGN) --verify $(1).asc
170 $(call gpg_sign, pidgin-$(PIDGIN_VERSION).exe)
179 $(call gpg_sign, pidgin-$(PIDGIN_VERSION)-offline.exe)
184 $(call gpg_sign, pidgin-$(PIDGIN_VERSION)-win32-bin.zip)
194 $(call gpg_sign, $(DEBUG_SYMBOLS_DIR).zip)
/dports/net-im/finch/pidgin-2.14.8/
H A DMakefile.mingw65 gpg_sign = $(GPG_SIGN) -ab $(1) && $(GPG_SIGN) --verify $(1).asc
170 $(call gpg_sign, pidgin-$(PIDGIN_VERSION).exe)
179 $(call gpg_sign, pidgin-$(PIDGIN_VERSION)-offline.exe)
184 $(call gpg_sign, pidgin-$(PIDGIN_VERSION)-win32-bin.zip)
194 $(call gpg_sign, $(DEBUG_SYMBOLS_DIR).zip)
/dports/dns/dns-ui/dns-ui-0.2.7/
H A Demail.php28 private $gpg_sign = true; variable in Email
54 $this->gpg_sign = false;
84 if($this->gpg_sign && !empty($config['email']['gpg_key'])) {
/dports/mail/trojita/trojita-0.7/tests/Cryptography/
H A Dkeygen.sh47 gpg_sign() { function
88 SIGNATURE_ME=$(gpg_sign valid@test.trojita.flaska.net "${PLAINTEXT_FOR_SIGNING}")
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Drevert.c117 { OPTION_STRING, 'S', "gpg-sign", &opts->gpg_sign, N_("key-id"), in run_sequencer()
203 opts->gpg_sign = xstrdup_or_null(opts->gpg_sign); in run_sequencer()
/dports/devel/log4cplus/log4cplus-1.1.2/scripts/
H A Dprepare_dist_from_bzr.sh12 function gpg_sign function
22 [[ -e "$1" ]] && gpg_sign "$1"
/dports/devel/git-svn/git-2.34.1/builtin/
H A Drevert.c117 { OPTION_STRING, 'S', "gpg-sign", &opts->gpg_sign, N_("key-id"), in run_sequencer()
212 opts->gpg_sign = xstrdup_or_null(opts->gpg_sign); in run_sequencer()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Drevert.c117 { OPTION_STRING, 'S', "gpg-sign", &opts->gpg_sign, N_("key-id"), in run_sequencer()
212 opts->gpg_sign = xstrdup_or_null(opts->gpg_sign); in run_sequencer()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Drevert.c117 { OPTION_STRING, 'S', "gpg-sign", &opts->gpg_sign, N_("key-id"), in run_sequencer()
212 opts->gpg_sign = xstrdup_or_null(opts->gpg_sign); in run_sequencer()
/dports/devel/git/git-2.34.1/builtin/
H A Drevert.c117 { OPTION_STRING, 'S', "gpg-sign", &opts->gpg_sign, N_("key-id"), in run_sequencer()
212 opts->gpg_sign = xstrdup_or_null(opts->gpg_sign); in run_sequencer()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Drevert.c117 { OPTION_STRING, 'S', "gpg-sign", &opts->gpg_sign, N_("key-id"), in run_sequencer()
212 opts->gpg_sign = xstrdup_or_null(opts->gpg_sign); in run_sequencer()
/dports/mail/gmime30/gmime-3.2.7/gmime/
H A Dgmime-gpg-context.c87 static int gpg_sign (GMimeCryptoContext *ctx, gboolean detach, const char *userid,
150 crypto_class->sign = gpg_sign; in g_mime_gpg_context_class_init()
280 gpg_sign (GMimeCryptoContext *context, gboolean detach, const char *userid, in gpg_sign() function
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dpgp.h19 char *gpg_sign(const char *gpg_data);
H A Dpgp.c313 char *gpg_sign(const char *gpg_data) in gpg_sign() function
543 s = gpg_sign("test"); in gpg_test_passphrase()
/dports/security/botan110/Botan-1.10.17/src/build-data/scripts/
H A Ddist.py86 def gpg_sign(keyid, files): function
216 gpg_sign(options.pgp_key_id, [output_tbz, output_tgz])
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/scripts/
H A Ddist.py98 def gpg_sign(keyid, passphrase_file, files, detached=True): function
443 output_files += gpg_sign(options.pgp_key_id, options.pgp_passphrase_file,
446 output_files += gpg_sign(options.pgp_key_id, options.pgp_passphrase_file,
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/scripts/
H A Ddist.py98 def gpg_sign(keyid, passphrase_file, files, detached=True): function
443 output_files += gpg_sign(options.pgp_key_id, options.pgp_passphrase_file,
446 output_files += gpg_sign(options.pgp_key_id, options.pgp_passphrase_file,
/dports/security/botan2/Botan-2.18.2/src/scripts/
H A Ddist.py98 def gpg_sign(keyid, passphrase_file, files, detached=True): function
443 output_files += gpg_sign(options.pgp_key_id, options.pgp_passphrase_file,
446 output_files += gpg_sign(options.pgp_key_id, options.pgp_passphrase_file,
/dports/mail/anubis/anubis-4.2/src/
H A Dgpg.c42 static char *gpg_sign (char *);
167 gpg_sign (char *gpg_data) in gpg_sign() function
507 gpg_proc (eval_env_message (env), gpg_sign); in gpg_parser()
/dports/net-im/dino/dino-0.2.2/plugins/openpgp/src/
H A Dstream_module.vala30 signed_status = gpg_sign("", own_key);
111 private static string? gpg_sign(string str, Key key) {
/dports/mail/balsa/balsa-2.5.1/libbalsa/
H A Didentity.h83 gboolean gpg_sign; member
/dports/devel/cgit/cgit-1.2.3/git/
H A Dsequencer.h49 char *gpg_sign; member

123