Marcin Slusarz
fd4609a8e0
[CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpu
replace all:
big_endian_variable = cpu_to_beX(beX_to_cpu(big_endian_variable) +
expression_in_cpu_byteorder);
with:
beX_add_cpu(&big_endian_variable, expression_in_cpu_byteorder);
Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: Roel Kluin <12o3l@tiscali.nl>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2008-04-21 10:19:22 +08:00
..
2008-04-17 13:25:54 -07:00
2008-02-23 11:12:06 +08:00
2008-01-11 08:16:56 +11:00
2008-01-11 08:16:09 +11:00
2008-01-11 08:16:40 +11:00
2007-11-02 08:47:06 +01:00
2008-01-11 08:16:46 +11:00
2006-09-21 11:41:02 +10:00
2008-01-11 08:16:50 +11:00
2008-02-23 11:12:06 +08:00
2007-11-02 08:47:06 +01:00
2008-01-11 08:16:22 +11:00
2006-09-21 11:41:02 +10:00
2008-01-11 08:17:02 +11:00
2008-02-07 08:42:26 -08:00
2008-01-11 08:16:53 +11:00
2008-03-08 20:29:43 +08:00
2007-10-10 16:55:40 -07:00
2007-11-02 08:47:06 +01:00
2006-09-21 11:41:02 +10:00
2008-02-07 08:42:26 -08:00
2008-01-11 08:16:54 +11:00
2007-10-10 16:55:45 -07:00
2008-01-11 08:16:48 +11:00
2006-06-26 17:34:40 +10:00
2008-01-11 08:16:03 +11:00
2008-03-05 19:05:54 +08:00
2008-02-07 08:42:26 -08:00
2008-03-08 20:29:43 +08:00
2007-12-05 09:25:20 -08:00
2008-01-11 08:16:56 +11:00
2007-10-10 16:55:45 -07:00
2007-10-10 16:55:40 -07:00
2008-02-07 08:42:26 -08:00
2008-01-11 08:16:46 +11:00
2008-02-23 11:13:00 +08:00
2007-11-02 08:47:06 +01:00
2008-04-21 10:19:22 +08:00
2008-01-11 08:16:35 +11:00
2008-04-21 10:19:21 +08:00
2006-06-26 17:34:39 +10:00
2006-06-26 17:34:39 +10:00
2007-04-28 11:01:01 -04:00
2008-02-07 08:42:26 -08:00
2008-04-21 10:19:22 +08:00
2008-01-11 08:16:34 +11:00
2008-01-11 08:16:54 +11:00
2007-10-10 16:55:38 -07:00
2008-01-11 08:16:52 +11:00
2006-10-10 16:15:33 -07:00
2007-11-02 08:47:06 +01:00
2008-01-11 08:16:12 +11:00
2008-04-21 10:19:21 +08:00
2008-04-21 10:19:22 +08:00
2008-04-21 10:19:22 +08:00
2007-11-02 08:47:06 +01:00
2007-11-02 08:47:06 +01:00
2008-01-11 08:16:06 +11:00
2006-09-21 11:16:28 +10:00
2007-11-02 08:47:06 +01:00
2008-04-02 14:36:09 +08:00
2007-07-13 08:06:14 -07:00
2008-03-06 18:56:19 +08:00