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

/linux-4.4.14/arch/x86/crypto/
H A Dcrc32-pclmul_glue.c53 unsigned int iquotient; crc32_pclmul_le() local
69 iquotient = len & (~SCALE_F_MASK); crc32_pclmul_le()
73 crc = crc32_pclmul_le_16(p, iquotient, crc); crc32_pclmul_le()
77 crc = crc32_le(crc, p + iquotient, iremainder); crc32_pclmul_le()
H A Dcrc32c-intel_glue.c89 unsigned int iquotient = len / SCALE_F; crc32c_intel_le_hw() local
93 while (iquotient--) { crc32c_intel_le_hw()

Completed in 79 milliseconds