Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/crypto/rsa_mod_exp/
H A Dmod_exp_sw.c12 int mod_exp_sw(struct udevice *dev, const uint8_t *sig, uint32_t sig_len, in mod_exp_sw() function
27 .mod_exp = mod_exp_sw,
30 U_BOOT_DRIVER(mod_exp_sw) = {
37 U_BOOT_DEVICE(mod_exp_sw) = {
H A DMakefile6 obj-$(CONFIG_RSA_SOFTWARE_EXP) += mod_exp_sw.o