Home
last modified time | relevance | path

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

/linux/arch/s390/crypto/
H A Dcrc32-vx.c43 #define DEFINE_CRC32_VX(___fname, ___crc32_vx, ___crc32_sw) \ argument
51 return ___crc32_sw(crc, data, datalen); \
57 crc = ___crc32_sw(crc, data, prealign); \
69 crc = ___crc32_sw(crc, data + aligned, remaining); \