Home | History | Annotate | Download | only in openssh

Lines Matching defs:bits

499 	int bits, rbits;
518 bits = packet_get_int();
523 if (bits != rbits) {
525 "actual size is %d bits vs. announced %d.", rbits, bits);
530 bits = packet_get_int();
535 if (bits != rbits) {
537 "actual size is %d bits vs. announced %d.", rbits, bits);
549 debug("Received server public key (%d bits) and host key (%d bits).",
562 * significant 8 bits being the first byte of the key.