Home
last modified time | relevance | path

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

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