Lines Matching defs:bytes
2054 verbose("Transferred: sent %llu, received %llu bytes",
2139 * Generate check bytes that the client must send back in the user
2203 /* Get check bytes from the packet. These must match those we
2207 packet_disconnect("IP Spoofing check bytes do not match.");
2246 * Xor the first 16 bytes of the session key with the
2254 int bytes = BN_num_bytes(session_key_int);
2255 u_char *buf = xmalloc(bytes);
2261 MD5_Update(&md, buf, bytes);
2266 MD5_Update(&md, buf, bytes);
2269 memset(buf, 0, bytes);