| 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 ...
|
| 6cebff12 | 16-Nov-2021 |
Joseph Chen <chenjh@rock-chips.com> |
drivers: crypto: v2: use common api to get clk
Phandle miss match between U-Boot and kernel has been solved, we use this common api to ignore clock difference about scmi clk and cru clk.
Signed-off
drivers: crypto: v2: use common api to get clk
Phandle miss match between U-Boot and kernel has been solved, we use this common api to ignore clock difference about scmi clk and cru clk.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I9f53679ed38599261c8ecbfa36473543c566b4ed
show more ...
|
| fe0c4b19 | 12-Nov-2021 |
Lin Jinhan <troy.lin@rock-chips.com> |
drivers: crypto: v2: clear CRYPTO_DMA_INT_EN before calculating
Disable all Crypto interrupts before calculating .
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com> Change-Id: I6d6467b510b2d8d513
drivers: crypto: v2: clear CRYPTO_DMA_INT_EN before calculating
Disable all Crypto interrupts before calculating .
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com> Change-Id: I6d6467b510b2d8d513156b2fe40fb4d9d3ae192c
show more ...
|