c5697462ae
The Security function on the AMCC SoCs has multiple engines within a single MMIO range. The crypto driver currently enables the 3DES functionality by doing a blind write to the device control register. This can unintentionally disable other functions like the PKA or TRNG when the driver is loaded. Perform a read/modify/write to enable the 3DES function instead. Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> |
||
---|---|---|
.. | ||
crypto4xx_alg.c | ||
crypto4xx_core.c | ||
crypto4xx_core.h | ||
crypto4xx_reg_def.h | ||
crypto4xx_sa.c | ||
crypto4xx_sa.h | ||
Makefile |