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

/linux-4.4.14/arch/arm64/crypto/
H A Dcrc32-arm64.c41 static u32 crc32_arm64_le_hw(u32 crc, const u8 *p, unsigned int len) crc32_arm64_le_hw() function
133 ctx->crc = crc32_arm64_le_hw(ctx->crc, data, length); chksum_update()
164 put_unaligned_le32(crc32_arm64_le_hw(crc, data, len), out); __chksum_finup()

Completed in 258 milliseconds