02bf072d2d
This patch refactor the RSA operations done by the signature verification module and by the encrypted images decryption module. Previous solution is tightly coupled with Mbed TLS, while this patch provides an abstraction of the RSA functionalities in a dedicated crypto abstraction header, crypto/rsa.h that supports both Mbed TLS APIs and PSA Crypto APIs. In case of PSA Crypto, the verification scheme is directly provided by the crypto backend hence it simplifies the operations done in the image verification module. Signed-off-by: Antonio de Angelis <Antonio.deAngelis@arm.com> Change-Id: I973bc3374b62eee2d7717c2368bce7611d37a0c8 |
||
---|---|---|
.. | ||
crypto_config | ||
flash_map_backend | ||
os | ||
serial_adapter | ||
sysflash | ||
esp_loader.h |