Searched refs:crc (Results 1 – 1 of 1) sorted by relevance
49 u32 crc; member62 ctx->crc = mctx->key; in chksum_init()88 ctx->crc = crc32c(ctx->crc, data, length); in chksum_update()96 put_unaligned_le32(~ctx->crc, out); in chksum_final()111 return __chksum_finup(&ctx->crc, data, len, out); in chksum_finup()
Completed in 3 milliseconds