History log of /rk3399_rockchip-uboot/include/rockchip/crypto_v2_pka.h (Results 1 – 3 of 3)
Revision Date Author Comments
# 6c61f8c1 23-Dec-2024 Lin Jinhan <troy.lin@rock-chips.com>

drivers: crypto: v2: remove the mpa interface from the pka

Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
Change-Id: I29b01389e0271883b4046c8e9b6d112557a39d92


# 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 ...