summaryrefslogtreecommitdiff
path: root/drivers/crypto/rsa_mod_exp/Kconfig
AgeCommit message (Collapse)Author
2015-01-29DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driverRuchika Gupta
Add a new rsa uclass for performing modular exponentiation and implement the software driver basing on this uclass. Signed-off-by: Ruchika Gupta <[email protected]> CC: Simon Glass <[email protected]> Acked-by: Simon Glass <[email protected]>