Searched refs:have_sig (Results 1 – 2 of 2) sorted by relevance
96 u_char *pkblob = NULL, *sig = NULL, have_sig; in userauth_pubkey() local105 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()
1488 u_int have_sig = 0; in send_pubkey_test() local1508 (r = sshpkt_put_u8(ssh, have_sig)) != 0 || in send_pubkey_test()