Home
last modified time | relevance | path

Searched refs:iquotient (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/crypto/
H A Dcrc32-pclmul_glue.c54 unsigned int iquotient; in crc32_pclmul_le() local
70 iquotient = len & (~SCALE_F_MASK); in crc32_pclmul_le()
74 crc = crc32_pclmul_le_16(p, iquotient, crc); in crc32_pclmul_le()
78 crc = crc32_le(crc, p + iquotient, iremainder); in crc32_pclmul_le()
H A Dcrc32c-intel_glue.c61 unsigned int iquotient = len / SCALE_F; in crc32c_intel_le_hw() local
65 while (iquotient--) { in crc32c_intel_le_hw()