Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth2-pubkey.c98 int hostbound, r, pktype; in userauth_pubkey() local
103 hostbound = strcmp(method, "publickey-hostbound-v00@openssh.com") == 0; in userauth_pubkey()
111 if (hostbound) { in userauth_pubkey()
215 if (hostbound && in userauth_pubkey()
H A Dmonitor.c1277 int hostbound = 0, r, fail = 0; in monitor_valid_userblob() local
1320 hostbound = 1; in monitor_valid_userblob()
1331 (hostbound && (r = sshkey_froms(b, &hostkey)) != 0)) in monitor_valid_userblob()
H A Dsshconnect2.c1321 int hostbound = 0; in sign_and_send_pubkey() local
1326 hostbound = 1; in sign_and_send_pubkey()
1420 if (hostbound) { in sign_and_send_pubkey()
H A DPROTOCOL437 string "publickey-hostbound-v00@openssh.com"
452 string "publickey-hostbound@openssh.com"