lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 22 Jul 2018 14:39:56 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     krzk@...nel.org
Cc:     fugang.duan@....com, netdev@...r.kernel.org,
        linux-kernel@...r.kernel.org, ebiggers3@...il.com
Subject: Re: [PATCH v2] net: ethernet: freescale: Use generic CRC32
 implementation

From: Krzysztof Kozlowski <krzk@...nel.org>
Date: Sun, 22 Jul 2018 16:26:36 +0200

> +		crc = crc32_le(~0, ha->addr, ndev->addr_len);

This is "ether_crc_le(ha->addr, ndev->addr_len)" :-)

Please use it, thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ