Home
last modified time | relevance | path

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

/external/openssh/
Dauth2-pubkey.c75 int have_sig, pktype; in userauth_pubkey() local
82 have_sig = packet_get_char(); in userauth_pubkey()
113 if (have_sig) { in userauth_pubkey()
130 buffer_put_char(&b, have_sig); in userauth_pubkey()
133 buffer_put_char(&b, have_sig); in userauth_pubkey()
Dsshconnect2.c1204 int have_sig = 1; in sign_and_send_pubkey() local
1232 buffer_put_char(&b, have_sig); in sign_and_send_pubkey()
1235 buffer_put_char(&b, have_sig); in sign_and_send_pubkey()
1259 buffer_put_char(&b, have_sig); in sign_and_send_pubkey()
1288 u_int bloblen, have_sig = 0; in send_pubkey_test() local
1304 packet_put_char(have_sig); in send_pubkey_test()