Searched refs:have_sig (Results 1 – 2 of 2) sorted by relevance
94 u_char *pkblob = NULL, *sig = NULL, have_sig; in userauth_pubkey() local103 if ((r = sshpkt_get_u8(ssh, &have_sig)) != 0 || in userauth_pubkey()131 have_sig ? "attempting" : "querying", pkalg, keystring); in userauth_pubkey()180 if (have_sig) { in userauth_pubkey()209 (r = sshbuf_put_u8(b, have_sig)) != 0 || in userauth_pubkey()
1478 u_int have_sig = 0; in send_pubkey_test() local1498 (r = sshpkt_put_u8(ssh, have_sig)) != 0 || in send_pubkey_test()