From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757995AbcLOKW7 (ORCPT ); Thu, 15 Dec 2016 05:22:59 -0500 Received: from smtp-out4.electric.net ([192.162.216.194]:55549 "EHLO smtp-out4.electric.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757408AbcLOKW5 (ORCPT ); Thu, 15 Dec 2016 05:22:57 -0500 From: David Laight To: "'Linus Torvalds'" , "Jason A. Donenfeld" CC: Tom Herbert , Netdev , "kernel-hardening@lists.openwall.com" , LKML , Linux Crypto Mailing List , Jean-Philippe Aumasson , "Daniel J . Bernstein" , Eric Biggers Subject: RE: [PATCH v3 1/3] siphash: add cryptographically secure hashtable function Thread-Topic: [PATCH v3 1/3] siphash: add cryptographically secure hashtable function Thread-Index: AQHSVme5Q0SEww/uJ0mEWuBNByADDaEIzGhQ Date: Thu, 15 Dec 2016 10:22:41 +0000 Message-ID: <063D6719AE5E284EB5DD2968C1650D6DB02401BC@AcuExch.aculab.com> References: <20161214035927.30004-1-Jason@zx2c4.com> <20161214184605.24006-1-Jason@zx2c4.com> In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.202.99.200] Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-Outbound-IP: 213.249.233.130 X-Env-From: David.Laight@ACULAB.COM X-Proto: esmtps X-Revdns: X-HELO: AcuExch.aculab.com X-TLS: TLSv1:AES128-SHA:128 X-Authenticated_ID: X-PolicySMART: 3396946, 3397078 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id uBFAN3pX026070 From: Linus Torvalds > Sent: 15 December 2016 00:11 > On Wed, Dec 14, 2016 at 3:34 PM, Jason A. Donenfeld wrote: > > > > Or does your reasonable dislike of "word" still allow for the use of > > dword and qword, so that the current function names of: > > dword really is confusing to people. > > If you have a MIPS background, it means 64 bits. While to people with > Windows programming backgrounds it means 32 bits. Guess what a DWORD_PTR is on 64bit windows ... (it is an integer type). David