Home
last modified time | relevance | path

Searched refs:key_fingerprint (Results 1 – 25 of 69) sorted by relevance

123

/dports/net/nsscache/nsscache-version-0.44/examples/
H A Dauthorized-keys-command.py147 key_fingerprint = conditions.get('key_fingerprint', None)
152 fingerprint_format = detect_fingerprint_format(key_fingerprint)
155 if not key_fingerprint.startswith('MD5:'):
156 key_fingerprint = 'MD5:' + key_fingerprint
160 and key_fingerprint is not None:
161 key_fingerprint = key_fingerprint.rstrip('=')
175 if key_fingerprint is not None and \
179 (candidate_key_fingerprint == key_fingerprint)
294 'key_fingerprint': args.key_fingerprint,
/dports/net/grilo-plugins/grilo-plugins-0.3.14/tests/chromaprint/
H A Dtest_chromaprint_resolve.c37 GrlKeyID key_fingerprint; in get_chromaprint_fingerprint() local
41 key_fingerprint = grl_registry_lookup_metadata_key (registry, "chromaprint"); in get_chromaprint_fingerprint()
42 g_assert_cmpint (key_fingerprint, !=, GRL_METADATA_KEY_INVALID); in get_chromaprint_fingerprint()
47 keys = grl_metadata_key_list_new (key_fingerprint, in get_chromaprint_fingerprint()
64 key_fingerprint)); in get_chromaprint_fingerprint()
/dports/devel/py-python-gitlab/python-gitlab-2.10.1/tests/functional/api/
H A Dtest_keys.py9 def key_fingerprint(key): function
24 fingerprint = key_fingerprint(SSH_KEY)
36 fingerprint = key_fingerprint(DEPLOY_KEY)
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/logevent/
H A DSecretChatEvent.h138 int32 key_fingerprint = 0; member
148 store(key_fingerprint, storer); in store()
152 EncryptedInputFile(Type type, int64 id, int64 access_hash, int32 parts, int32 key_fingerprint) in EncryptedInputFile()
153 … : type(type), id(id), access_hash(access_hash), parts(parts), key_fingerprint(key_fingerprint) { in EncryptedInputFile()
170 parse(key_fingerprint, parser); in parse()
208 … return make_tl_object<telegram_api::inputEncryptedFileUploaded>(id, parts, "", key_fingerprint); in as_input_encrypted_file()
210 … return make_tl_object<telegram_api::inputEncryptedFileBigUploaded>(id, parts, key_fingerprint); in as_input_encrypted_file()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DEncryptedFile.h27 EncryptedFile(int64 id, int64 access_hash, int32 size, int32 dc_id, int32 key_fingerprint) in EncryptedFile()
28 …id_(id), access_hash_(access_hash), size_(size), dc_id_(dc_id), key_fingerprint_(key_fingerprint) { in EncryptedFile()
/dports/net-im/telegram-purple/telegram-purple-1.4.3/tgl/
H A Dencrypted_scheme.tl23 decryptedMessageActionAcceptKey#6fe1735b exchange_id:long g_b:bytes key_fingerprint:long = Decrypte…
25 decryptedMessageActionCommitKey#ec2e0b9b exchange_id:long key_fingerprint:long = DecryptedMessageAc…
H A Dtgl-layout.h310 int key_fingerprint; member
469 long long key_fingerprint; member
543 long long key_fingerprint; member
H A Dbinlog.c533 P->encr_chat.exchange_key_fingerprint = P->encr_chat.key_fingerprint; in bl_do_encr_chat_exchange()
538 P->encr_chat.key_fingerprint = *(long long *)(sha_buffer + 12); in bl_do_encr_chat_exchange()
544 P->encr_chat.key_fingerprint = P->encr_chat.exchange_key_fingerprint; in bl_do_encr_chat_exchange()
551 P->encr_chat.key_fingerprint = P->encr_chat.exchange_key_fingerprint; in bl_do_encr_chat_exchange()
788 …er, int *in_seq_no, int *last_in_seq_no, int *out_seq_no, long long *key_fingerprint, int flags, c… in bl_do_encr_chat() argument
833 if (key_fingerprint) { in bl_do_encr_chat()
834 U->key_fingerprint = *key_fingerprint; in bl_do_encr_chat()
H A Dqueries-encrypted.c74 *(long long *)encr_extra = E->key_fingerprint; in encr_finish()
205 out_long (M->action.key_fingerprint); in tgl_do_send_encr_msg_action()
210 out_long (M->action.key_fingerprint); in tgl_do_send_encr_msg_action()
600 out_long (E->key_fingerprint); in tgl_do_send_accept_encr_chat()
631 if (k != U->key_fingerprint) { in tgl_do_create_keys_end()
632 … 0x%" INT64_PRINTF_MODIFIER "x)\n", (unsigned long long)k, (unsigned long long)U->key_fingerprint); in tgl_do_create_keys_end()
H A Dtgl-binlog.h63 …er, int *in_seq_no, int *last_in_seq_no, int *out_seq_no, long long *key_fingerprint, int flags, c…
/dports/net-im/telegram-cli/tg-20200106/tgl/
H A Dencrypted_scheme.tl23 decryptedMessageActionAcceptKey#6fe1735b exchange_id:long g_b:bytes key_fingerprint:long = Decrypte…
25 decryptedMessageActionCommitKey#ec2e0b9b exchange_id:long key_fingerprint:long = DecryptedMessageAc…
H A Dtgl-layout.h310 int key_fingerprint; member
469 long long key_fingerprint; member
543 long long key_fingerprint; member
H A Dbinlog.c533 P->encr_chat.exchange_key_fingerprint = P->encr_chat.key_fingerprint; in bl_do_encr_chat_exchange()
538 P->encr_chat.key_fingerprint = *(long long *)(sha_buffer + 12); in bl_do_encr_chat_exchange()
544 P->encr_chat.key_fingerprint = P->encr_chat.exchange_key_fingerprint; in bl_do_encr_chat_exchange()
551 P->encr_chat.key_fingerprint = P->encr_chat.exchange_key_fingerprint; in bl_do_encr_chat_exchange()
788 …er, int *in_seq_no, int *last_in_seq_no, int *out_seq_no, long long *key_fingerprint, int flags, c… in bl_do_encr_chat() argument
833 if (key_fingerprint) { in bl_do_encr_chat()
834 U->key_fingerprint = *key_fingerprint; in bl_do_encr_chat()
H A Dqueries-encrypted.c74 *(long long *)encr_extra = E->key_fingerprint; in encr_finish()
205 out_long (M->action.key_fingerprint); in tgl_do_send_encr_msg_action()
210 out_long (M->action.key_fingerprint); in tgl_do_send_encr_msg_action()
600 out_long (E->key_fingerprint); in tgl_do_send_accept_encr_chat()
631 if (k != U->key_fingerprint) { in tgl_do_create_keys_end()
632 … 0x%" INT64_PRINTF_MODIFIER "x)\n", (unsigned long long)k, (unsigned long long)U->key_fingerprint); in tgl_do_create_keys_end()
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dsshconnect.c917 fp = key_fingerprint(host_key, SSH_FP_MD5, SSH_FP_HEX); in check_host_key()
918 ra = key_fingerprint(host_key, SSH_FP_MD5, in check_host_key()
958 fp = key_fingerprint(host_key, SSH_FP_MD5, SSH_FP_HEX); in check_host_key()
959 ra = key_fingerprint(host_key, SSH_FP_MD5, in check_host_key()
1223 fp = key_fingerprint(host_key, SSH_FP_MD5, SSH_FP_HEX); in verify_host_key()
1330 fp = key_fingerprint(found->key, SSH_FP_MD5, SSH_FP_HEX); in show_other_keys()
1331 ra = key_fingerprint(found->key, SSH_FP_MD5, SSH_FP_RANDOMART); in show_other_keys()
1352 fp = key_fingerprint(host_key, SSH_FP_MD5, SSH_FP_HEX); in warn_changed_key()
H A Dauth2-pubkey.c215 fp = key_fingerprint(key->cert->signature_key, in pubkey_auth_info()
224 fp = key_fingerprint(key, SSH_FP_MD5, SSH_FP_HEX); in pubkey_auth_info()
368 fp = key_fingerprint(found, SSH_FP_MD5, in check_authkeys_file()
409 fp = key_fingerprint(found, SSH_FP_MD5, SSH_FP_HEX); in check_authkeys_file()
434 ca_fp = key_fingerprint(key->cert->signature_key, in user_cert_trusted_ca()
H A Dauth2-hostbased.c209 fp = key_fingerprint(key->cert->signature_key, in hostbased_key_allowed()
216 fp = key_fingerprint(key, SSH_FP_MD5, SSH_FP_HEX); in hostbased_key_allowed()
H A Dssh-keygen.c758 fp = key_fingerprint(keys[i], fptype, rep); in do_download()
759 ra = key_fingerprint(keys[i], SSH_FP_MD5, in do_download()
803 fp = key_fingerprint(public, fptype, rep); in do_fingerprint()
804 ra = key_fingerprint(public, SSH_FP_MD5, SSH_FP_RANDOMART); in do_fingerprint()
869 fp = key_fingerprint(public, fptype, rep); in do_fingerprint()
870 ra = key_fingerprint(public, SSH_FP_MD5, SSH_FP_RANDOMART); in do_fingerprint()
993 fp = key_fingerprint(public, fptype, rep); in printhost()
994 ra = key_fingerprint(public, SSH_FP_MD5, SSH_FP_RANDOMART); in printhost()
1881 key_fp = key_fingerprint(key, SSH_FP_MD5, SSH_FP_HEX); in do_show_cert()
1882 ca_fp = key_fingerprint(key->cert->signature_key, in do_show_cert()
[all …]
/dports/net/dshell/Dshell-502a546/dshell/plugins/ssh/
H A Dssh-pubkey.py92 thisfp = key_fingerprint(info['host_pubkey'], hashfunction)
149 def key_fingerprint(ssh_pubkey, hashfunction=hashlib.sha256): function
/dports/sysutils/usermin/usermin-1.830/gnupg/
H A Dsignkey.cgi72 "<tt>".&key_fingerprint($key)."</tt>"),
H A Dedit_key.cgi53 "<tt>".&key_fingerprint($key)."</tt>");
/dports/net-im/telegram-purple/telegram-purple-1.4.3/
H A Dtelegram-base.c283 assert (write (fd, &P->key_fingerprint, 8) == 8); in write_secret_chat()
318 long long access_hash, key_fingerprint; in read_secret_chat() local
333 assert (read (fd, &key_fingerprint, 8) == 8); in read_secret_chat()
355 …&layer, &in_seq_no, &last_in_seq_no, &out_seq_no, &key_fingerprint, TGLECF_CREATE | TGLECF_CREATED, in read_secret_chat()
/dports/games/libtmcg/libTMCG-1.3.18/src/
H A DCallasDonnerhackeFinneyShawThayerRFC4880.cc1999 (rk.key_fingerprint[31] == 0x00)) in UpdateProperties()
2006 rk.key_fingerprint+fprlen); in UpdateProperties()
2087 revkeys[k].key_fingerprint+fprlen); in CheckExternalRevocation()
3631 (rk.key_fingerprint[31] == 0x00)) in UpdateProperties()
3638 rk.key_fingerprint+fprlen); in UpdateProperties()
15029 memcpy(revkey.key_fingerprint, in PublicKeyBlockParse_Tag2()
15060 memcpy(revkey.key_fingerprint, in PublicKeyBlockParse_Tag2()
15112 memcpy(revkey.key_fingerprint, in PublicKeyBlockParse_Tag2()
15240 memcpy(revkey.key_fingerprint, in PublicKeyBlockParse_Tag2()
15291 memcpy(revkey.key_fingerprint, in PublicKeyBlockParse_Tag2()
[all …]
/dports/net-im/telegram-cli/tg-20200106/
H A Dloop.c513 assert (write (fd, &P->key_fingerprint, 8) == 8); in write_secret_chat()
629 long long access_hash, key_fingerprint; in read_secret_chat() local
645 assert (read (fd, &key_fingerprint, 8) == 8); in read_secret_chat()
669 &key_fingerprint, in read_secret_chat()
/dports/devel/qca/qca-2.3.4/plugins/qca-gnupg/
H A Dgpgop.h177 void doDeleteKey(const QString &key_fingerprint);

123