Searched refs:POLY (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/ |
H A D | i2c-core-smbus.c | 27 #define POLY (0x1070U << 3) macro 34 data = data ^ POLY; in crc8()
|
/kernel/linux/linux-6.6/drivers/i2c/ |
H A D | i2c-core-smbus.c | 28 #define POLY (0x1070U << 3) macro 35 data = data ^ POLY; in crc8()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 125 .section .rodata.cst16.POLY, "aM", @progbits, 16 127 POLY: .octa 0xC2000000000000000000000000000001 label 702 vpand POLY(%rip), %xmm2, %xmm2
|
H A D | aesni-intel_asm.S | 50 .section .rodata.cst16.POLY, "aM", @progbits, 16 52 POLY: .octa 0xC2000000000000000000000000000001 label 219 pand POLY(%rip), \TMP2
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 46 .section .rodata.cst16.POLY, "aM", @progbits, 16 48 POLY: .octa 0xC2000000000000000000000000000001 label 215 pand POLY(%rip), \TMP2
|
H A D | aesni-intel_avx-x86_64.S | 125 .section .rodata.cst16.POLY, "aM", @progbits, 16 127 POLY: .octa 0xC2000000000000000000000000000001 label 670 vpand POLY(%rip), %xmm2, %xmm2
|
Completed in 19 milliseconds