Home
last modified time | relevance | path

Searched refs:keyids (Results 1 – 25 of 273) sorted by relevance

1234567891011

/dports/astro/wcslib/wcslib-7.7/C/test/
H A Dtfitshdr.c58 struct fitskeyid keyids[8]; in main() local
142 strcpy(keyids[0].name, "SIMPLE "); in main()
143 strcpy(keyids[1].name, "BITPIX "); in main()
144 strcpy(keyids[2].name, "NAXIS "); in main()
145 strcpy(keyids[3].name, "COMMENT "); in main()
146 strcpy(keyids[4].name, "HISTORY "); in main()
147 strcpy(keyids[5].name, " "); in main()
148 strcpy(keyids[6].name, "END "); in main()
265 printf("%-8s%5d%5d%5d", keyids[i].name, keyids[i].count, keyids[i].idx[0], in main()
266 keyids[i].idx[1]); in main()
[all …]
/dports/security/seahorse/seahorse-41.0/pgp/
H A Dseahorse-transfer.c44 char **keyids; member
54 g_strfreev (closure->keyids); in transfer_closure_free()
167 g_assert (closure->keyids != NULL); in on_timeout_start_transfer()
169 (const char **) closure->keyids, in on_timeout_start_transfer()
221 GPtrArray *keyids; in seahorse_transfer_keys_async() local
224 keyids = g_ptr_array_new (); in seahorse_transfer_keys_async()
227 g_ptr_array_add (keyids, NULL); in seahorse_transfer_keys_async()
228 closure->keyids = (char **)g_ptr_array_free (keyids, FALSE); in seahorse_transfer_keys_async()
249 const char **keyids, in seahorse_transfer_keyids_async() argument
263 if (!keyids || !keyids[0]) { in seahorse_transfer_keyids_async()
[all …]
H A Dseahorse-gpgme-exporter.c238 GPtrArray *keyids; member
251 g_ptr_array_free (closure->keyids, TRUE); in gpgme_export_closure_free()
273 closure->keyids->pdata[closure->at]); in on_keyring_export_complete()
275 g_assert (closure->at < (int) closure->keyids->len); in on_keyring_export_complete()
278 if (closure->at == (int) closure->keyids->len) { in on_keyring_export_complete()
286 gerr = gpgme_op_export_start (closure->gctx, closure->keyids->pdata[closure->at], in on_keyring_export_complete()
295 closure->keyids->pdata[closure->at]); in on_keyring_export_complete()
318 closure->keyids = g_ptr_array_new_with_free_func (g_free); in seahorse_gpgme_exporter_export_async()
337 g_ptr_array_add (closure->keyids, keyid); in seahorse_gpgme_exporter_export_async()
H A Dseahorse-keyserver-sync.c259 g_autoptr(GPtrArray) keyids = NULL; in seahorse_keyserver_sync_do_sync()
268 keyids = g_ptr_array_new (); in seahorse_keyserver_sync_do_sync()
270 g_ptr_array_add (keyids, (char *) seahorse_pgp_key_get_keyid (l->data)); in seahorse_keyserver_sync_do_sync()
271 g_ptr_array_add (keyids, NULL); in seahorse_keyserver_sync_do_sync()
284 (const char **) keyids->pdata, in seahorse_keyserver_sync_do_sync()
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Crypt/Horde/Crypt/Pgp/
H A DKeyserver.php194 $keyids = $keyuids = array();
206 $keyids[$curid] = $line[1];
223 unset($keyids[$id]);
228 if (count($keyids)) {
229 ksort($keyids);
230 $pubkey = $this->get(array_pop($keyids));
/dports/security/pear-Horde_Crypt/Horde_Crypt-2.7.12/lib/Horde/Crypt/Pgp/
H A DKeyserver.php194 $keyids = $keyuids = array();
206 $keyids[$curid] = $line[1];
223 unset($keyids[$id]);
228 if (count($keyids)) {
229 ksort($keyids);
230 $pubkey = $this->get(array_pop($keyids));
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/tests/
H A Dkey-unlock.cpp41 static const char * keyids[] = {"7bc6709b15c23a4a", // primary in TEST_F() local
52 for (size_t i = 0; i < ARRAY_SIZE(keyids); i++) { in TEST_F()
54 assert_rnp_success(rnp_locate_key(rnp.ffi, "keyid", keyids[i], &handle)); in TEST_F()
77 cfg.add_str(CFG_SIGNERS, keyids[0]); in TEST_F()
82 assert_rnp_success(rnp_locate_key(rnp.ffi, "keyid", keyids[0], &key)); in TEST_F()
134 cfg.add_str(CFG_SIGNERS, keyids[0]); in TEST_F()
171 cfg.add_str(CFG_SIGNERS, keyids[0]); in TEST_F()
183 cfg.add_str(CFG_RECIPIENTS, keyids[1]); in TEST_F()
196 assert_rnp_success(rnp_locate_key(rnp.ffi, "keyid", keyids[1], &subkey)); in TEST_F()
/dports/security/rnp/rnp-0.15.2/src/tests/
H A Dkey-unlock.cpp41 static const char * keyids[] = {"7bc6709b15c23a4a", // primary in TEST_F() local
52 for (size_t i = 0; i < ARRAY_SIZE(keyids); i++) { in TEST_F()
54 assert_rnp_success(rnp_locate_key(rnp.ffi, "keyid", keyids[i], &handle)); in TEST_F()
77 cfg.add_str(CFG_SIGNERS, keyids[0]); in TEST_F()
82 assert_rnp_success(rnp_locate_key(rnp.ffi, "keyid", keyids[0], &key)); in TEST_F()
134 cfg.add_str(CFG_SIGNERS, keyids[0]); in TEST_F()
171 cfg.add_str(CFG_SIGNERS, keyids[0]); in TEST_F()
183 cfg.add_str(CFG_RECIPIENTS, keyids[1]); in TEST_F()
196 assert_rnp_success(rnp_locate_key(rnp.ffi, "keyid", keyids[1], &subkey)); in TEST_F()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/containers/ocicrypt/keywrap/pgp/
H A Dkeywrapper_gpg.go141 var keyids []uint64
151 keyids = append(keyids, newids...)
153 return keyids, nil
158 var keyids []uint64
173 keyids = append(keyids, p.KeyId)
178 return keyids, nil
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/containers/ocicrypt/keywrap/pgp/
H A Dkeywrapper_gpg.go141 var keyids []uint64
151 keyids = append(keyids, newids...)
153 return keyids, nil
158 var keyids []uint64
173 keyids = append(keyids, p.KeyId)
178 return keyids, nil
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/github.com/containers/ocicrypt/keywrap/pgp/
H A Dkeywrapper_gpg.go141 var keyids []uint64
151 keyids = append(keyids, newids...)
153 return keyids, nil
158 var keyids []uint64
173 keyids = append(keyids, p.KeyId)
178 return keyids, nil
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/containers/ocicrypt/keywrap/pgp/
H A Dkeywrapper_gpg.go141 var keyids []uint64
151 keyids = append(keyids, newids...)
153 return keyids, nil
158 var keyids []uint64
173 keyids = append(keyids, p.KeyId)
178 return keyids, nil
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/containers/ocicrypt/keywrap/pgp/
H A Dkeywrapper_gpg.go141 var keyids []uint64
151 keyids = append(keyids, newids...)
153 return keyids, nil
158 var keyids []uint64
173 keyids = append(keyids, p.KeyId)
178 return keyids, nil
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/containers/ocicrypt/keywrap/pgp/
H A Dkeywrapper_gpg.go141 var keyids []uint64
151 keyids = append(keyids, newids...)
153 return keyids, nil
158 var keyids []uint64
173 keyids = append(keyids, p.KeyId)
178 return keyids, nil
/dports/security/py-gnupg/python-gnupg-3.1.1/pretty_bad_protocol/
H A Dgnupg.py369 def recv_keys(self, *keyids, **kwargs): argument
381 if keyids:
437 if _is_list_or_tuple(keyids):
438 keyids = ' '.join(['%s' % k for k in keyids])
540 def list_sigs(self, *keyids): argument
553 return self._process_keys(keyids)
555 def check_sigs(self, *keyids): argument
566 if len(keyids) > self._batch_limit:
574 if len(keyids):
575 arg += " " + " ".join(keyids)
[all …]
/dports/security/signing-party/signing-party-8f6c9d59d8edbb08dade7bac06417fce07626f7f/keylookup/
H A Dkeylookup284 my $keyids = shift;
292 for my $keyid (@$keyids) {
341 my $keyids;
349 $keyids = \@allkeys;
351 $keyids = selectKeys($keys, \%options); # won't return if no interactive frontend
353 &importKeys($keyids, \%options) if (scalar @$keyids); # won't return
/dports/security/archlinux-keyring/archlinux-keyring-20211028/.gitlab/
H A Dcheck-keyids-change13 …diff --color=never "${CI_MERGE_REQUEST_DIFF_BASE_SHA}" -- master-keyids packager-keyids | grep -oP…
26 for REMOVED_KEY in $(git diff --color=never "${CI_MERGE_REQUEST_DIFF_BASE_SHA}" -- packager-keyids
28 …git diff --color=never "${CI_MERGE_REQUEST_DIFF_BASE_SHA}" -- packager-revoked-keyids | grep -E "^…
/dports/security/archlinux-keyring/archlinux-keyring-20211028/
H A D.gitlab-ci.yml20 - ./.gitlab/check-keyids-change
25 - master-keyids
26 - packager-keyids
H A DREADME.md9 2. Add the keyid to `packager-keyids` in alphabetic order, following this
16 2. Remove the keyid of the revoked user from `packager-keyids`.
17 3. Add the removed keyid to `packager-revoked-keyids`, in alphabetic order,
/dports/archivers/rpm4/rpm-4.16.1.3/lib/
H A Dpackage.c115 static unsigned int * keyids; in stashKeyid() local
127 if (keyids != NULL) in stashKeyid()
129 if (keyid == keyids[i]) { in stashKeyid()
137 keyids = xrealloc(keyids, nkeyids * sizeof(*keyids)); in stashKeyid()
139 if (keyids) /* XXX can't happen */ in stashKeyid()
140 keyids[nextkeyid] = keyid; in stashKeyid()
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/GPG/
H A Dplugin.py126 keyids = [x['keyid'] for x in gpg.keyring.list_keys()
128 if len(keyids) == 0:
130 for keyid in keyids:
146 keyids = user.gpgkeys
147 if len(keyids) == 0:
150 irc.reply(format('%L', keyids))
/dports/mail/exmh2/exmh-2.9.0/lib/
H A DpgpExec.tcl408 if {[info exists userids] && [info exists keyids]} {
409 if {[llength $keyids] < 4} {
410 lappend keyids {} {}
412 lappend keys [concat $keyids $userids]
413 unset keyids
416 lappend keyids "0x$keyid" $algo
423 lappend keyids "0x$keyid" $algo
435 if {[info exists userids] && [info exists keyids]} {
436 if {[llength $keyids] < 4} {
437 lappend keyids {} {}
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/encrypted-media/
H A Dclearkey-generate-request-disallowed-input.https.html.ini12 [org.w3.clearkey, temporary, keyids, initData longer than 64Kb characters]
20 [org.w3.clearkey, temporary, keyids, invalid initdata (too long key ID)]
28 [org.w3.clearkey, temporary, keyids, invalid initdata (too short key ID)]
/dports/security/libcryptui/libcryptui-3.12.2/daemon/
H A Dseahorse-transfer-operation.c224 GSList *keyids; in start_transfer() local
228 keyids = (GSList*)g_object_get_data (G_OBJECT (top), "transfer-key-ids"); in start_transfer()
230 g_assert (keyids && from); in start_transfer()
233 pv->operation = seahorse_source_export_raw (from, keyids, G_OUTPUT_STREAM (pv->output)); in start_transfer()
363 SeahorseSource *to, GSList *keyids) in seahorse_transfer_operation_new() argument
370 if (!keyids) in seahorse_transfer_operation_new()
379 g_object_set_data_full (G_OBJECT (top), "transfer-key-ids", g_slist_copy (keyids), in seahorse_transfer_operation_new()
/dports/security/signing-party/signing-party-8f6c9d59d8edbb08dade7bac06417fce07626f7f/caff/
H A Dcaff1024 my ($gnupghome, $keyids, @export_options) = @_;
1025 myerror(1, "Nothing to export") unless defined $keyids and @$keyids;
1165 my ($handles, $longkeyid, $uid, $keyids, $keep_lsigs_only) = @_;
1190 } elsif (grep { $1 eq $_ } @$keyids and $3 != 30) {
1271 debug("Exporting key(s) ".(join ',', @$keyids)." from $src to $dst");
1305 my ($fh, $verbose, $keyids, $ignore_unexpected) = @_;
1311 my %status = map { $_ => [] } @$keyids;
1316 my @matching_keyids = grep { $fpr =~ /\Q$_\E$/ } @$keyids;
1355 my $keyids = shift;
1361 my $status = { map { $_ => [] } @$keyids };
[all …]

1234567891011