Searched defs:len_bytes (Results 1 – 4 of 4) sorted by relevance
53 size_t len_bytes; in sshbuf_get_bignum1() local172 size_t len_bytes = (len_bits + 7) / 8; in sshbuf_put_bignum1() local
74 int len_bytes = 4; in get_offsets() local
165 uint8_t len_bytes[4]; in PacketedRead() local
290 int search_bd_buf(char *buf, int len_bytes, unsigned long bd_offset_bytes, in search_bd_buf()