Home
last modified time | relevance | path

Searched +defs:key +defs:fpr (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/dports/security/gpgme-cpp/gpgme-1.15.1/lang/python/tests/
H A Dt-keylist.py33 def check_whisky(name, key): argument
157 def check_global(key, uids, n_subkeys): argument
186 def check_subkey(fpr, which, subkey): argument
245 key = c.op_keylist_next() variable
249 fpr, sec_keyid, uids, n_subkeys = keys[i] variable
271 key = c.op_keylist_next() variable
295 fpr, sec_keyid, uids, n_subkeys = keys[i] variable
H A Dt-keylist-from-data.py33 def check_whisky(name, key): argument
157 def check_global(key, uids, n_subkeys): argument
179 def check_subkey(fpr, which, subkey): argument
246 fpr, sec_keyid, uids, n_subkeys = keys[i] variable
/dports/security/gpgme-qt5/gpgme-1.15.1/lang/python/tests/
H A Dt-keylist.py33 def check_whisky(name, key): argument
157 def check_global(key, uids, n_subkeys): argument
186 def check_subkey(fpr, which, subkey): argument
245 key = c.op_keylist_next() variable
249 fpr, sec_keyid, uids, n_subkeys = keys[i] variable
271 key = c.op_keylist_next() variable
295 fpr, sec_keyid, uids, n_subkeys = keys[i] variable
H A Dt-keylist-from-data.py33 def check_whisky(name, key): argument
157 def check_global(key, uids, n_subkeys): argument
179 def check_subkey(fpr, which, subkey): argument
246 fpr, sec_keyid, uids, n_subkeys = keys[i] variable
/dports/security/gpgme/gpgme-1.15.1/lang/python/tests/
H A Dt-keylist.py33 def check_whisky(name, key): argument
157 def check_global(key, uids, n_subkeys): argument
186 def check_subkey(fpr, which, subkey): argument
245 key = c.op_keylist_next() variable
249 fpr, sec_keyid, uids, n_subkeys = keys[i] variable
271 key = c.op_keylist_next() variable
295 fpr, sec_keyid, uids, n_subkeys = keys[i] variable
H A Dt-keylist-from-data.py33 def check_whisky(name, key): argument
157 def check_global(key, uids, n_subkeys): argument
179 def check_subkey(fpr, which, subkey): argument
246 fpr, sec_keyid, uids, n_subkeys = keys[i] variable
/dports/security/py-gpgme/gpgme-1.15.1/lang/python/tests/
H A Dt-keylist.py33 def check_whisky(name, key): argument
157 def check_global(key, uids, n_subkeys): argument
186 def check_subkey(fpr, which, subkey): argument
245 key = c.op_keylist_next() variable
249 fpr, sec_keyid, uids, n_subkeys = keys[i] variable
271 key = c.op_keylist_next() variable
295 fpr, sec_keyid, uids, n_subkeys = keys[i] variable
H A Dt-keylist-from-data.py33 def check_whisky(name, key): argument
157 def check_global(key, uids, n_subkeys): argument
179 def check_subkey(fpr, which, subkey): argument
246 fpr, sec_keyid, uids, n_subkeys = keys[i] variable
/dports/security/paperkey/paperkey-1.6/
H A Drestore.c30 struct key struct
32 unsigned char fpr[20]; member
34 struct key *next; argument
40 struct key *key=NULL; in extract_keys() local
104 free_keys(struct key *key) in free_keys()
162 unsigned char fpr[20]; in restore() local
/dports/security/gpa/gpa-0.10.0/src/
H A Dkeytable.c118 reload_cache (GpaKeyTable *keytable, const char *fpr) in reload_cache()
239 next_key_cb (GpaContext *context, gpgme_key_t key, GpaKeyTable *keytable) in next_key_cb()
256 gpgme_key_t key = (gpgme_key_t) list->data; in list_cache() local
369 const char *fpr, in gpa_keytable_load_new()
389 gpa_keytable_lookup_key (GpaKeyTable *keytable, const char *fpr) in gpa_keytable_lookup_key()
396 gpgme_key_t key = (gpgme_key_t) cur->data; in gpa_keytable_lookup_key() local
/dports/security/kleopatra/kleopatra-21.12.3/src/crypto/gui/
H A Dsigningcertificateselectionwidget.cpp43 const QByteArray fpr = cb.itemData(cb.currentIndex()).toByteArray(); in current_cert() local
47 static void select_cert(QComboBox &cb, const GpgME::Key &key) in select_cert()
49 const QByteArray fpr = key.primaryFingerprint(); in select_cert() local
55 static void add_cert(QComboBox &cb, const GpgME::Key &key) in add_cert()
98 …end = std::remove_if(keys.begin(), end, [prot](const GpgME::Key &key) { return key.protocol() != p… in candidates()
99 end = std::remove_if(keys.begin(), end, [](const GpgME::Key &key) { return !key.hasSecret(); }); in candidates()
100 Q_ASSERT(std::all_of(keys.begin(), end, [](const GpgME::Key &key) { return key.hasSecret(); })); in candidates()
101 …end = std::remove_if(keys.begin(), end, [](const GpgME::Key &key) { return !key.canReallySign(); }… in candidates()
102 end = std::remove_if(keys.begin(), end, [](const GpgME::Key &key) { return key.isExpired(); }); in candidates()
103 end = std::remove_if(keys.begin(), end, [](const GpgME::Key &key) { return key.isRevoked(); }); in candidates()
/dports/security/gpgme-cpp/gpgme-1.15.1/lang/python/examples/howto/
H A Dsign-key.py53 fpr = "".join(fpr0.split()) variable
54 key = c.get_key(fpr, secret=False) variable
H A Dadd-userid.py54 fpr = "".join(fpr0.split()) variable
61 key = c.get_key(fpr, secret=True) variable
H A Drevoke-userid.py54 fpr = "".join(fpr0.split()) variable
61 key = c.get_key(fpr, secret=True) variable
/dports/security/gpgme-qt5/gpgme-1.15.1/lang/python/examples/howto/
H A Dsign-key.py53 fpr = "".join(fpr0.split()) variable
54 key = c.get_key(fpr, secret=False) variable
H A Drevoke-userid.py54 fpr = "".join(fpr0.split()) variable
61 key = c.get_key(fpr, secret=True) variable
H A Dadd-userid.py54 fpr = "".join(fpr0.split()) variable
61 key = c.get_key(fpr, secret=True) variable
/dports/security/gpgme/gpgme-1.15.1/lang/python/examples/howto/
H A Dsign-key.py53 fpr = "".join(fpr0.split()) variable
54 key = c.get_key(fpr, secret=False) variable
H A Drevoke-userid.py54 fpr = "".join(fpr0.split()) variable
61 key = c.get_key(fpr, secret=True) variable
H A Dadd-userid.py54 fpr = "".join(fpr0.split()) variable
61 key = c.get_key(fpr, secret=True) variable
/dports/security/py-gpgme/gpgme-1.15.1/lang/python/examples/howto/
H A Dsign-key.py53 fpr = "".join(fpr0.split()) variable
54 key = c.get_key(fpr, secret=False) variable
H A Dadd-userid.py54 fpr = "".join(fpr0.split()) variable
61 key = c.get_key(fpr, secret=True) variable
H A Drevoke-userid.py54 fpr = "".join(fpr0.split()) variable
61 key = c.get_key(fpr, secret=True) variable
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/gpgme-0.10.0/tests/
H A Dexport.rs14 let key = ctx.find_keys(Some("alfa@example.net")).unwrap().nth(0).unwrap().unwrap(); localVariable
33 let fpr = res.fingerprint_raw().unwrap(); localVariable
/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dsigning.c217 int _alpm_key_in_keychain(alpm_handle_t *handle, const char *fpr) in _alpm_key_in_keychain()
221 gpgme_key_t key; in _alpm_key_in_keychain() local
269 static int key_search(alpm_handle_t *handle, const char *fpr, in key_search()
275 gpgme_key_t key; in key_search() local
392 static int key_import(alpm_handle_t *handle, alpm_pgpkey_t *key) in key_import()
439 int _alpm_key_import(alpm_handle_t *handle, const char *fpr) in _alpm_key_import()
594 gpgme_key_t key; in _alpm_gpgme_checksig() local
712 int _alpm_key_in_keychain(alpm_handle_t UNUSED *handle, const char UNUSED *fpr) in _alpm_key_in_keychain()
717 int _alpm_key_import(alpm_handle_t UNUSED *handle, const char UNUSED *fpr) in _alpm_key_import()
1028 char key[17]; in parse_subpacket() local

12345678910>>...13