Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth2-pubkey.c97 int hostbound, r, pktype; in userauth_pubkey() local
102 hostbound = strcmp(method, "publickey-hostbound-v00@openssh.com") == 0; in userauth_pubkey()
110 if (hostbound) { in userauth_pubkey()
215 if (hostbound && in userauth_pubkey()
H A Dmonitor.c1408 int hostbound = 0, r, fail = 0; in monitor_valid_userblob() local
1451 hostbound = 1; in monitor_valid_userblob()
1462 (hostbound && (r = sshkey_froms(b, &hostkey)) != 0)) in monitor_valid_userblob()
H A Dsshconnect2.c1326 int hostbound = 0; in sign_and_send_pubkey() local
1331 hostbound = 1; in sign_and_send_pubkey()
1425 if (hostbound) { in sign_and_send_pubkey()
H A DPROTOCOL363 string "publickey-hostbound-v00@openssh.com"
378 string "publickey-hostbound@openssh.com"