History log of /rk3399_rockchip-uboot/cmd/crypto.c (Results 1 – 18 of 18)
Revision Date Author Comments
# 299fe3b6 25-Dec-2024 Lin Jinhan <troy.lin@rock-chips.com>

cmd: crypto: add ECC/SM2 test

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


# c781c41c 11-Mar-2021 Lin Jinhan <troy.lin@rock-chips.com>

cmd: crypto: add CCM/GCM mode for AES and SM4

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


# 65ac8e46 10-Mar-2021 Lin Jinhan <troy.lin@rock-chips.com>

cmd: crypto: add CMAC/CBC_MAC mode for AES and SM4

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


# 415ed02b 02-Mar-2021 Lin Jinhan <troy.lin@rock-chips.com>

cmd: crypto: add DES/AES/SM4/HASH/HMAC/RSA perf case

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


# 495c8ff4 01-Mar-2021 Lin Jinhan <troy.lin@rock-chips.com>

cmd: crypto: add DES/AES/SM4/HASH/HMAC/RSA test case

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


# b6b83d2a 29-Jan-2021 Lin Jinhan <troy.lin@rock-chips.com>

cmd: crypto: drop rng test from crypto test

rng module is not belongs to crypto driver anymore.

Change-Id: I0f2dd50e93666ba6c8a9a43fab786beb1eeb93a8
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.c

cmd: crypto: drop rng test from crypto test

rng module is not belongs to crypto driver anymore.

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

show more ...


# c7955c9b 12-Nov-2020 Lin Jinhan <troy.lin@rock-chips.com>

cmd: crypto: trng: deal with some device without hwrng in crypto

some platform hardware rng module is no longer belongs to crypto module
such as rk3566/rk3568.

Change-Id: I500ff110fc7ef2361024c4d9d

cmd: crypto: trng: deal with some device without hwrng in crypto

some platform hardware rng module is no longer belongs to crypto module
such as rk3566/rk3568.

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

show more ...


# cd694b63 21-Jul-2020 Lin Jinhan <troy.lin@rock-chips.com>

cmd: crypto: drop RSA test when rsa driver not compiled

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


# c8fa018b 30-Mar-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# 80ca1a53 20-Jan-2020 Lin Jinhan <troy.lin@rock-chips.com>

cmd: crypto: add hash performance evaluate

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


# 1a4f6af8 02-Mar-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# 8609b717 02-Dec-2019 Lin Jinhan <troy.lin@rock-chips.com>

cmd: crypto: unifiy hash output variable

rk1808 is not support SHA512.

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


# 27d36fbd 20-Nov-2019 Joseph Chen <chenjh@rock-chips.com>

cmd: crypto: make foo_data[] cacheline aligned

Crypto-v1 needs flush_dcache() for SHA, this avoids the warning
message "CACHE: Misaligned operation at range ...".

Change-Id: Ie766af60db83ec1f290103

cmd: crypto: make foo_data[] cacheline aligned

Crypto-v1 needs flush_dcache() for SHA, this avoids the warning
message "CACHE: Misaligned operation at range ...".

Change-Id: Ie766af60db83ec1f290103c2059863fa50d0a0ad
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>

show more ...


# b8dc613c 19-Nov-2019 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# c9d107b5 09-Oct-2019 Lin Jinhan <troy.lin@rock-chips.com>

dm: crypto: add TRNG test

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


# e7b6c6a9 15-Jul-2019 Lin Jinhan <troy.lin@rock-chips.com>

dm: crypto: add SHA512 test

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


# 5d8287bf 22-May-2019 Lin Jinhan <troy.lin@rock-chips.com>

dm: crypto: support crypto v2 test

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


# cc6ac5d6 13-May-2019 Joseph Chen <chenjh@rock-chips.com>

dm: add crypto uclass and cmd support

Change-Id: I2241c90aca9695cd28bb9ca2a220d0e1af8ca932
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>