Home
last modified time | relevance | path

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

/external/fsverity-utils/
Dcmd_setup.c305 bool have_sig = params->signing_key_file || params->signature_file; in append_unauthenticated_extensions() local
307 if (have_sig) in append_unauthenticated_extensions()
317 if (have_sig) in append_unauthenticated_extensions()
/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()