Searched refs:byte (Results 1 – 14 of 14) sorted by relevance
/busybox-1.35.0/networking/ |
D | tls_fe.c | 8 typedef uint8_t byte; typedef 44 static void fprime_copy(byte *x, const byte *a) 50 static void lm_copy(byte* x, const byte* a) in lm_copy() 56 static void fprime_select(byte *dst, const byte *zero, const byte *one, byte condition) 58 const byte mask = -condition; 67 static void fe_select(byte *dst, 68 const byte *src, 69 byte condition) 71 const byte mask = -condition; 84 static void raw_add(byte *x, const byte *p) [all …]
|
D | tls_aesgcm.c | 9 typedef uint8_t byte; typedef 17 static ALWAYS_INLINE void FlattenSzInBits(byte* buf, word32 sz) in FlattenSzInBits() 38 static void RIGHTSHIFTX(byte* x) in RIGHTSHIFTX() 45 byte carryIn = (x[15] & 0x01) ? 0xE1 : 0; in RIGHTSHIFTX() 47 byte carryOut = (x[i] << 7); // zero, or 0x80 in RIGHTSHIFTX() 103 static void GMULT(byte* X, byte* Y) in GMULT() 105 byte Z[AES_BLOCK_SIZE] ALIGNED_long; in GMULT() 134 void FAST_FUNC aesgcm_GHASH(byte* h, in aesgcm_GHASH() 135 const byte* a, //unsigned aSz, in aesgcm_GHASH() 136 const byte* c, unsigned cSz, in aesgcm_GHASH() [all …]
|
D | telnet.c | 112 typedef unsigned char byte; typedef 118 byte telstate; /* telnet negotiation state from network input */ 119 byte telwish; /* DO, DONT, WILL, WONT */ 120 byte charmode; 121 byte telflags; 122 byte do_termios; 150 static void telopt(byte c); 151 static void subneg(byte c); 216 byte outbuf[2 * DATABUFSIZE]; in handle_net_output() 217 byte *dst = outbuf; in handle_net_output() [all …]
|
D | telnetd.ctrlSQ.patch | 32 zero byte (symbolically defined as TIOCPKT_DATA), or a single byte reflecting control status inform… 33 In the latter case, the byte is an inclusive-or of zero or more of the bits: 51 …tten on the slave part of the pseudo terminal preceded by a zero byte, or a single byte reflecting… 54 a single byte on the next read(2) from the master side. The ioctl(2) UIOCCMD (0) is a no-op that ma… 128 + * byte (zero) that we have got to remove
|
/busybox-1.35.0/docs/ |
D | unicode_UTF-8-test.txt | 56 preferable) solution to represent each individual byte of a malformed 71 2.1.1 1 byte (U-00000000): "" 80 2.2.1 1 byte (U-0000007F): "" 99 Each unexpected continuation byte should be separately signalled as a | 102 3.1.1 First continuation byte 0x80: "�" | 103 3.1.2 Last continuation byte 0xbf: "�" | 121 3.2.1 All 32 first bytes of 2-byte sequences (0xc0-0xdf), | 127 3.2.2 All 16 first bytes of 3-byte sequences (0xe0-0xef), | 132 3.2.3 All 8 first bytes of 4-byte sequences (0xf0-0xf7), | 137 3.2.4 All 4 first bytes of 5-byte sequences (0xf8-0xfb), | [all …]
|
D | smallint.txt | 12 into a byte, which probably results in "n = n & 0xff" on many architectures.
|
/busybox-1.35.0/miscutils/ |
D | hexedit.c | 290 uint8_t byte; in hexedit_main() local 323 byte = *G.current_byte & 0xf0; in hexedit_main() 325 byte = *G.current_byte & 0x0f; in hexedit_main() 328 *G.current_byte = byte + key; in hexedit_main() 335 byte = *G.current_byte; in hexedit_main() 338 putchar(bb_hexdigits_upcase[byte >> 4]); in hexedit_main() 349 putchar(bb_hexdigits_upcase[byte & 0xf]); in hexedit_main()
|
D | i2c_tools.c | 132 return data.byte; in i2c_smbus_read_byte() 152 return data.byte; in i2c_smbus_read_byte_data() 175 data.byte = value; in i2c_smbus_write_byte_data()
|
/busybox-1.35.0/archival/libarchive/unxz/ |
D | xz_dec_stream.c | 178 uint8_t byte; in dec_vli() local 184 byte = in[*in_pos]; in dec_vli() 187 s->vli |= (vli_type)(byte & 0x7F) << s->pos; in dec_vli() 189 if ((byte & 0x80) == 0) { in dec_vli() 191 if (byte == 0 && s->pos != 0) in dec_vli()
|
D | xz_dec_lzma2.c | 334 static inline void XZ_FUNC dict_put(struct dictionary *dict, uint8_t byte) in dict_put() argument 336 dict->buf[dict->pos++] = byte; in dict_put()
|
/busybox-1.35.0/networking/udhcp/ |
D | Config.src | 146 even 1500 byte packets (maximum-sized ethernet packets).
|
/busybox-1.35.0/procps/ |
D | ps.posix | 125 vsz The size of the process in (virtual) memory in 1024 byte units
|
/busybox-1.35.0/libbb/ |
D | Config.src | 233 This makes various applets aware that one byte is not
|
/busybox-1.35.0/scripts/kconfig/ |
D | lex.zconf.c_shipped | 1994 * @param bytes the byte buffer to scan
|