Home
last modified time | relevance | path

Searched refs:hostbound (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/crypto/openssh/
H A Dauth2-pubkey.c97 int hostbound, r, pktype; in userauth_pubkey() local
102 hostbound = strcmp(method, "[email protected]") == 0; in userauth_pubkey()
110 if (hostbound) { in userauth_pubkey()
214 if (hostbound && in userauth_pubkey()
H A Dmonitor.c1252 int hostbound = 0, r, fail = 0; in monitor_valid_userblob() local
1295 hostbound = 1; in monitor_valid_userblob()
1306 (hostbound && (r = sshkey_froms(b, &hostkey)) != 0)) in monitor_valid_userblob()
H A Dsshconnect2.c1322 int hostbound = 0; in sign_and_send_pubkey() local
1327 hostbound = 1; in sign_and_send_pubkey()
1421 if (hostbound) { in sign_and_send_pubkey()
H A DPROTOCOL437 string "publickey-hostbound[email protected]"
452 string "publickey-hostbound@openssh.com"