Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-05 | rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXP | gaurav rana | |
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> | |||
2015-01-29 | DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver | Ruchika Gupta | |
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> |