Searched refs:mod_exp (Results 1 – 4 of 4) sorted by relevance
31 ops->mod_exp += gd->reloc_off; in rsa_mod_exp()35 if (!ops->mod_exp) in rsa_mod_exp()38 return ops->mod_exp(dev, sig, sig_len, node, out); in rsa_mod_exp()41 UCLASS_DRIVER(mod_exp) = {
28 .mod_exp = mod_exp_sw,
98 int (*mod_exp)(struct udevice *dev, const uint8_t *sig, member
49 .mod_exp = fsl_mod_exp,
Completed in 3 milliseconds