Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssh/
Dauth2-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()
Dsshconnect2.c1023 int have_sig = 1; in sign_and_send_pubkey() local
1051 buffer_put_char(&b, have_sig); in sign_and_send_pubkey()
1054 buffer_put_char(&b, have_sig); in sign_and_send_pubkey()
1078 buffer_put_char(&b, have_sig); in sign_and_send_pubkey()
1107 u_int bloblen, have_sig = 0; in send_pubkey_test() local
1123 packet_put_char(have_sig); in send_pubkey_test()
/freebsd-9-stable/contrib/bind9/bin/named/
Dquery.c7241 isc_boolean_t have_aaaa, have_a, have_sig; in query_find() local
7252 have_sig = ISC_FALSE; in query_find()
7309 have_sig = ISC_TRUE; in query_find()
7354 (!have_sig || !WANTDNSSEC(client))) in query_find()