]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver
authorRuchika Gupta <ruchika.gupta@freescale.com>
Fri, 23 Jan 2015 10:31:52 +0000 (16:01 +0530)
committerSimon Glass <sjg@chromium.org>
Fri, 30 Jan 2015 00:09:58 +0000 (17:09 -0700)
commit31d2b4fd90f9305aad2e79872067e6c0243267de
tree823edbcb72a6f271688a3c22edc223fa89587525
parentc4beb22fcd8cf57569a8045c8e04cea0dbbfd763
DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver

Add a new rsa uclass for performing modular exponentiation and implement
the software driver basing on this uclass.

Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com>
CC: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/crypto/Makefile
drivers/crypto/rsa_mod_exp/Kconfig [new file with mode: 0644]
drivers/crypto/rsa_mod_exp/Makefile [new file with mode: 0644]
drivers/crypto/rsa_mod_exp/mod_exp_sw.c [new file with mode: 0644]
drivers/crypto/rsa_mod_exp/mod_exp_uclass.c [new file with mode: 0644]
include/dm/uclass-id.h
include/u-boot/rsa-mod-exp.h