Home | History | Annotate | Download | only in openssh

Lines Matching defs:bits

433 	u_int bits;
443 if ((r = sshbuf_get_u32(e->request, &bits)) != 0 ||
448 if (bits != sshkey_size(key))
451 sshkey_size(key), bits);