]> git.ipfire.org Git - thirdparty/u-boot.git/commit
dm: crypto: Create AES uclass
authorIon Agorria <ion@agorria.com>
Sun, 29 Jun 2025 10:57:08 +0000 (13:57 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 11 Jul 2025 16:43:29 +0000 (10:43 -0600)
commit0d84494064193f4f41b147ca4d30ad51ebf6620a
tree70945346837fdc18826c21e91efe2934075c032c
parenta14da5ed615de8ed1e6aea6d290a65bd9c678fe0
dm: crypto: Create AES uclass

Create a basic framework for a group of devices that perform AES
cryptographic operations.

Signed-off-by: Ion Agorria <ion@agorria.com>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/crypto/Kconfig
drivers/crypto/Makefile
drivers/crypto/aes/Kconfig [new file with mode: 0644]
drivers/crypto/aes/Makefile [new file with mode: 0644]
drivers/crypto/aes/aes-uclass.c [new file with mode: 0644]
include/dm/uclass-id.h
include/uboot_aes.h