Home
last modified time | relevance | path

Searched refs:has_fingerprint (Results 1 – 21 of 21) sorted by relevance

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/packaging/os/
H A Drpm_key.py126 has_fingerprint = self.getfingerprint(keyfile)
127 if fingerprint != has_fingerprint:
129 …cified fingerprint, '%s', does not match the key fingerprint '%s'" % (fingerprint, has_fingerprint)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/modules/
H A Drpm_key.py128 has_fingerprint = self.getfingerprint(keyfile)
129 if fingerprint != has_fingerprint:
131 …cified fingerprint, '%s', does not match the key fingerprint '%s'" % (fingerprint, has_fingerprint)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/modules/
H A Drpm_key.py130 has_fingerprint = self.getfingerprint(keyfile)
131 if fingerprint != has_fingerprint:
133 …cified fingerprint, '%s', does not match the key fingerprint '%s'" % (fingerprint, has_fingerprint)
/dports/ftp/uftp/uftp-5.0/
H A Dserver.h135 int8_t has_fingerprint; /// True if we have client's key fingerprint member
157 int has_fingerprint; /// True if we have client's key fingerprint member
H A Dserver_config.c137 destlist[destcount].has_fingerprint = in add_dest_by_name()
265 destlist[destcount].has_fingerprint = host.has_fingerprint; in read_restart_file()
266 if (host.has_fingerprint) { in read_restart_file()
H A Dclient_config.c122 list[*list_count].has_fingerprint = in add_host_to_list()
425 proxy4_info.has_fingerprint = in process_args()
H A Dserver_send.c360 if (destlist[i].has_fingerprint) { in write_restart_host()
361 host.has_fingerprint = 1; in write_restart_host()
H A Duftp_common.h271 int has_fingerprint; member
H A Dproxy_config.c152 list[*list_count].has_fingerprint = in add_hosts_by_name()
H A Dclient_common.c804 if (proxy4_info.has_fingerprint) { in handle_v4_proxy_key()
827 if (proxy4_info.has_fingerprint) { in handle_v4_proxy_key()
H A Dproxy_common.c1030 if (!fplist[keyidx].has_fingerprint) { in verify_fingerprint()
H A Dserver_announce.c795 if (destlist[hostidx].has_fingerprint) { in verify_client_fingerprint()
H A Dclient_announce.c497 if (!entry || !entry->has_fingerprint) { in verify_host_fingerprint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/login/ui/
H A Dlogin_auth_user_view.cc908 has_fingerprint = view->HasAuthMethod(LoginAuthUserView::AUTH_FINGERPRINT); in UiState()
925 bool has_fingerprint = false; member
1243 fingerprint_view_->SetVisible(current_state.has_fingerprint); in SetAuthMethods()
1425 if (previous_state_->has_fingerprint != current_state.has_fingerprint) { in ApplyAnimationPostLayout()
1427 if (!current_state.has_fingerprint) in ApplyAnimationPostLayout()
1766 if (state.has_fingerprint) in GetPaddingBelowPasswordView()
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libjuice/src/
H A Dstun.h336 bool has_fingerprint; member
H A Dstun.c610 if (msg->has_fingerprint) { in stun_read_attr()
746 msg->has_fingerprint = true; in stun_read_attr()
/dports/net/pjsip/pjproject-2.11.1/pjnath/src/pjnath/
H A Dstun_msg.c2310 pj_bool_t has_fingerprint = PJ_FALSE; in pj_stun_msg_decode() local
2473 !has_fingerprint) in pj_stun_msg_decode()
2487 if (has_fingerprint) { in pj_stun_msg_decode()
2496 has_fingerprint = PJ_TRUE; in pj_stun_msg_decode()
2498 if (has_fingerprint) { in pj_stun_msg_decode()
/dports/net/mediastreamer/mediastreamer-2.16.1/include/mediastreamer2/
H A Dstun.h160 bool_t has_fingerprint; member
/dports/security/gnupg/gnupg-2.3.3/kbx/
H A Dkeybox-search.c742 has_fingerprint (KEYBOXBLOB blob, const unsigned char *fpr, unsigned int fprlen) in has_fingerprint() function
1182 pk_no = has_fingerprint (blob, desc[n].u.fpr, desc[n].fprlen); in keybox_search()
/dports/net/mediastreamer/mediastreamer-2.16.1/src/voip/
H A Dstun.c811 msg->has_fingerprint = TRUE; in ms_stun_message_create_from_buffer_parsing()
1103 return msg->has_fingerprint; in ms_stun_message_fingerprint_enabled()
1107 msg->has_fingerprint = enable; in ms_stun_message_enable_fingerprint()
/dports/security/gnupg/gnupg-2.3.3/
H A DChangeLog8672 (has_fingerprint): Add arg fprlen and pass on.
8674 changed has_fingerprint.