Home
last modified time | relevance | path

Searched refs:mod_exp_sw (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/crypto/rsa_mod_exp/
H A Dmod_exp_sw.c13 int mod_exp_sw(struct udevice *dev, const uint8_t *sig, uint32_t sig_len, in mod_exp_sw() function
28 .mod_exp = mod_exp_sw,
31 U_BOOT_DRIVER(mod_exp_sw) = {
38 U_BOOT_DEVICE(mod_exp_sw) = {
H A DMakefile8 obj-$(CONFIG_RSA_SOFTWARE_EXP) += mod_exp_sw.o