History log of /rk3399_rockchip-uboot/drivers/crypto/rockchip/crypto_v2_pka.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 02b4cf42 23-Dec-2024 Lin Jinhan <troy.lin@rock-chips.com>

drivers: crypto: add ec_verify support

Add CRYPTO_SM2/ECC_192R1/ECC_224R1/ECC256R1 algorithms support.

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

drivers: crypto: add ec_verify support

Add CRYPTO_SM2/ECC_192R1/ECC_224R1/ECC256R1 algorithms support.

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

show more ...


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


# 42c5849b 02-Apr-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot

Change-Id: I83b054613effee1a89bdcbffbc68ebf37abe7a2b


# 341631cb 01-Apr-2020 Lin Jinhan <troy.lin@rock-chips.com>

crypto: rockchip: v2: pka: fix bug on set np

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


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