Home
last modified time | relevance | path

Searched refs:have_sig (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/
H A Dauth2-pubkey.c96 u_char *pkblob = NULL, *sig = NULL, have_sig; in userauth_pubkey() local
105 if ((r = sshpkt_get_u8(ssh, &have_sig)) != 0 || in userauth_pubkey()
133 have_sig ? "attempting" : "querying", pkalg, keystring); in userauth_pubkey()
182 if (have_sig) { in userauth_pubkey()
211 (r = sshbuf_put_u8(b, have_sig)) != 0 || in userauth_pubkey()
H A Dsshconnect2.c1488 u_int have_sig = 0; in send_pubkey_test() local
1508 (r = sshpkt_put_u8(ssh, have_sig)) != 0 || in send_pubkey_test()