Home
last modified time | relevance | path

Searched refs:mod_exp (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/crypto/rsa_mod_exp/
H A Dmod_exp_uclass.c21 if (!ops->mod_exp) in rsa_mod_exp()
24 return ops->mod_exp(dev, sig, sig_len, node, out); in rsa_mod_exp()
27 UCLASS_DRIVER(mod_exp) = {
H A Dmod_exp_sw.c27 .mod_exp = mod_exp_sw,
/openbmc/u-boot/include/u-boot/
H A Drsa-mod-exp.h73 int (*mod_exp)(struct udevice *dev, const uint8_t *sig, member
/openbmc/u-boot/drivers/crypto/fsl/
H A Dfsl_rsa.c48 .mod_exp = fsl_mod_exp,
/openbmc/u-boot/drivers/crypto/
H A Daspeed_acry.c173 .mod_exp = aspeed_acry_mod_exp,