Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDauth2-pubkey.c81 int have_sig, pktype; in userauth_pubkey() local
88 have_sig = packet_get_char(); in userauth_pubkey()
125 if (have_sig) { in userauth_pubkey()
146 buffer_put_char(&b, have_sig); in userauth_pubkey()
149 buffer_put_char(&b, have_sig); in userauth_pubkey()
HDsshconnect2.c1022 int have_sig = 1; in sign_and_send_pubkey() local
1050 buffer_put_char(&b, have_sig); in sign_and_send_pubkey()
1053 buffer_put_char(&b, have_sig); in sign_and_send_pubkey()
1077 buffer_put_char(&b, have_sig); in sign_and_send_pubkey()
1106 u_int bloblen, have_sig = 0; in send_pubkey_test() local
1122 packet_put_char(have_sig); in send_pubkey_test()