Home
last modified time | relevance | path

Searched refs:byteorder (Results 1 – 13 of 13) sorted by relevance

/linux/scripts/crypto/
H A Dgen-hash-testvecs.py36 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 Daio_abi.h84 #error edit for your odd byteorder.
/linux/include/uapi/asm-generic/
H A DKbuild9 mandatory-y += byteorder.h
/linux/kernel/
H A Dksysfs.c29 #error Unknown byteorder
/linux/Documentation/translations/zh_CN/kernel-hacking/
H A Dhacking.rst316 定义于 ``include/asm/byteorder.h``
/linux/tools/testing/selftests/drivers/net/
H A Dxdp.py146 hex_str = value.to_bytes(4, byteorder='little', signed=True)
/linux/tools/testing/selftests/tpm2/
H A Dtpm2.py745 pcrSelect = int.from_bytes(pcrSelect, byteorder='big')
/linux/fs/befs/
H A DChangeLog283 native byteorder works 100%.
/linux/Documentation/dev-tools/
H A Dcheckuapi.rst61 #include <asm/byteorder.h>
/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dhacking.rst395 Definite in ``include/asm/byteorder.h``
/linux/tools/lib/bpf/
H A Dlibbpf.c726 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 Dcan.rst263 the CAN payload. There is no given byteorder on the CAN bus by
/linux/
H A DCREDITS3423 D: petty kernel janitor (byteorder, ufs)