linux/drivers/crypto/inside-secure
Pascal van Leeuwen d2d9e6fd6d crypto: inside-secure - Minor code cleanup and optimizations
Some minor cleanup changing e.g. "if (!x) A else B" to "if (x) B else A",
merging some back-to-back if's with the same condition, collapsing some
back-to-back assignments to the same variable and replacing some weird
assignments with proper symbolics.

Signed-off-by: Pascal van Leeuwen <pvanleeuwen@verimatrix.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-09-05 14:37:01 +10:00
..
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
safexcel_cipher.c crypto: inside-secure - Minor code cleanup and optimizations 2019-09-05 14:37:01 +10:00
safexcel_hash.c crypto: inside-secure - Made .cra_priority value a define 2019-09-05 14:37:01 +10:00
safexcel_ring.c crypto: inside-secure - add support for PCI based FPGA development board 2019-08-30 18:05:28 +10:00
safexcel.c crypto: inside-secure - Only enable algorithms advertised by the hardware 2019-09-05 14:37:01 +10:00
safexcel.h crypto: inside-secure - Made .cra_priority value a define 2019-09-05 14:37:01 +10:00