Home
last modified time | relevance | path

Searched defs:rsa_mod_exp (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/crypto/rsa_mod_exp/
Dmod_exp_uclass.c20 int rsa_mod_exp(struct udevice *dev, const uint8_t *sig, uint32_t sig_len, in rsa_mod_exp() function
/third_party/openssl/crypto/rsa/
Drsa_local.h79 int (*rsa_mod_exp) (BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx); member