Searched defs:mod_exp (Results 1 – 3 of 3) sorted by relevance
69 int (*mod_exp)(struct udevice *dev, const uint8_t *sig, member
828 static int mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) { in mod_exp() function
747 bssl::UniquePtr<BIGNUM> mod_exp = t->GetBIGNUM("ModExp"); in TestModExp() local