| #
549a74f7 |
| 22-Mar-2022 |
Lin Jinhan <troy.lin@rock-chips.com> |
drivers: crypto: v2: Fixed some cases where RSA computing crashed
A data abort error occurs when n/e/d buffer address is not be aligned at 4 bytes.When data addresses are misaligned, a cache needs
drivers: crypto: v2: Fixed some cases where RSA computing crashed
A data abort error occurs when n/e/d buffer address is not be aligned at 4 bytes.When data addresses are misaligned, a cache needs to be allocated for copying.
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com> Change-Id: I7d9dda11f4a9a59ad67cbeed35cc833dd108661e
show more ...
|
| #
b353a43c |
| 22-May-2019 |
Lin Jinhan <troy.lin@rock-chips.com> |
crypto: add rockchip crypto v2 driver
Crypto v2 driver implements algorithm below. Hash: MD5/SHA1/SHA256 RSA : RSA512/RSA1024/RSA2048/RSA3072/RSA4096 for the platforms: px30/rk3326.
Change-Id: Ia3b
crypto: add rockchip crypto v2 driver
Crypto v2 driver implements algorithm below. Hash: MD5/SHA1/SHA256 RSA : RSA512/RSA1024/RSA2048/RSA3072/RSA4096 for the platforms: px30/rk3326.
Change-Id: Ia3b3233f3d17db1c98da60aa8dd1cd26aed7b260 Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
show more ...
|