This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-11-17 10:18:38 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5330612f21
u-boot
/
drivers
/
crypto
/
aspeed
/
Makefile
3 lines
86 B
Makefile
Raw
Normal View
History
Unescape
Escape
crypto: aspeed: Add AST2600 HACE support Hash and Crypto Engine (HACE) is designed to accelerate the throughput of hash data digest, and symmetric-key encryption. Signed-off-by: Johnny Huang <johnny_huang@aspeedtech.com> Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com> Reviewed-by: Simon Glass <sjg@chromium.org>
2021-10-27 06:17:27 +00:00
obj-$(CONFIG_ASPEED_HACE)
+=
aspeed_hace.o
crypto: aspeed: Add AST2600 ACRY support ACRY is designed to accelerate ECC/RSA digital signature generation and verification. Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
2021-10-27 06:17:30 +00:00
obj-$(CONFIG_ASPEED_ACRY)
+=
aspeed_acry.o
Reference in a new issue
Copy permalink