drivers: crypto: rsa_mod_exp: Add manual relocation for ops->mod_exp()
authorT Karthik Reddy <t.karthik.reddy@xilinx.com>
Sat, 16 Mar 2019 09:53:02 +0000 (15:23 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 24 Oct 2019 11:37:02 +0000 (13:37 +0200)
commitef92ed26a5a301e802a6d16fd2fd9d68570bf17f
treef00b1ee047e63a3dd09bff7f2145ade45ba17587
parent10088fb0373a0dc6f907f81279db004f5c35c4ea
drivers: crypto: rsa_mod_exp: Add manual relocation for ops->mod_exp()

This patch adds manual relocation for Modular Exponentiation if
CONFIG_NEEDS_MANUAL_RELOC is enabled.

Signed-off-by: T Karthik Reddy <t.karthik.reddy@xilinx.com>
Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/crypto/rsa_mod_exp/mod_exp_uclass.c