Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXP | gaurav rana | 2015-03-05 | 1 | -1/+2 |
| | | | | | | | | | | Remove dependency of rsa_mod_exp from CONFIG_FIT_SIGNATURE. As rsa modular exponentiation is an independent module and can be invoked independently. Signed-off-by: Gaurav Rana <gaurav.rana@freescale.com> Acked-by: Simon Glass <sjg@chromium.org> Reviewed-by: York Sun <yorksun@freescale.com> | ||||
* | DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver | Ruchika Gupta | 2015-01-29 | 4 | -0/+82 |
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> |