Searched refs:byteorder (Results 1 – 13 of 13) sorted by relevance
| /linux/scripts/crypto/ |
| H A D | gen-hash-testvecs.py | 36 self.r = int.from_bytes(key[:16], byteorder='little') & rclamp 37 self.s = int.from_bytes(key[16:], byteorder='little') 43 c = int.from_bytes(chunk, byteorder='little') + 2**(8 * len(chunk)) 51 return m.to_bytes(16, byteorder='little') 61 self.h = int.from_bytes(key, byteorder='little') 68 self.acc ^= int.from_bytes(data[i:i+16], byteorder='little') 80 return self.acc.to_bytes(16, byteorder='little') 189 return int.from_bytes(bytestr[pos//8 : pos//8 + length//8], byteorder='little') 211 h += (p % 2**64).to_bytes(8, byteorder='little')
|
| /linux/include/uapi/linux/ |
| H A D | aio_abi.h | 84 #error edit for your odd byteorder.
|
| /linux/include/uapi/asm-generic/ |
| H A D | Kbuild | 9 mandatory-y += byteorder.h
|
| /linux/kernel/ |
| H A D | ksysfs.c | 29 #error Unknown byteorder
|
| /linux/Documentation/translations/zh_CN/kernel-hacking/ |
| H A D | hacking.rst | 316 定义于 ``include/asm/byteorder.h``
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | xdp.py | 146 hex_str = value.to_bytes(4, byteorder='little', signed=True)
|
| /linux/tools/testing/selftests/tpm2/ |
| H A D | tpm2.py | 745 pcrSelect = int.from_bytes(pcrSelect, byteorder='big')
|
| /linux/fs/befs/ |
| H A D | ChangeLog | 283 native byteorder works 100%.
|
| /linux/Documentation/dev-tools/ |
| H A D | checkuapi.rst | 61 #include <asm/byteorder.h>
|
| /linux/Documentation/translations/it_IT/kernel-hacking/ |
| H A D | hacking.rst | 395 Definite in ``include/asm/byteorder.h``
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 726 unsigned char byteorder; member 1636 obj->byteorder = ehdr->e_ident[EI_DATA]; in bpf_object__elf_init() 1669 return obj->byteorder == ELFDATA2LSB; in is_native_endianness() 1671 return obj->byteorder == ELFDATA2MSB; in is_native_endianness()
|
| /linux/Documentation/networking/ |
| H A D | can.rst | 263 the CAN payload. There is no given byteorder on the CAN bus by
|
| /linux/ |
| H A D | CREDITS | 3423 D: petty kernel janitor (byteorder, ufs)
|