Home
last modified time | relevance | path

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

/external/openssh/
Dauth2-pubkey.c85 int have_sig, pktype; in userauth_pubkey() local
92 have_sig = packet_get_char(); in userauth_pubkey()
141 if (have_sig) { in userauth_pubkey()
164 buffer_put_char(&b, have_sig); in userauth_pubkey()
167 buffer_put_char(&b, have_sig); in userauth_pubkey()
Dsshconnect2.c1071 int matched, ret = -1, have_sig = 1; in sign_and_send_pubkey() local
1101 buffer_put_char(&b, have_sig); in sign_and_send_pubkey()
1104 buffer_put_char(&b, have_sig); in sign_and_send_pubkey()
1174 buffer_put_char(&b, have_sig); in sign_and_send_pubkey()
1203 u_int bloblen, have_sig = 0; in send_pubkey_test() local
1219 packet_put_char(have_sig); in send_pubkey_test()