Home
last modified time | relevance | path

Searched defs:mod_exp (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/include/u-boot/
Drsa-mod-exp.h69 int (*mod_exp)(struct udevice *dev, const uint8_t *sig, member
/external/boringssl/src/crypto/fipsmodule/rsa/
Drsa_impl.c828 static int mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) { in mod_exp() function
/external/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc747 bssl::UniquePtr<BIGNUM> mod_exp = t->GetBIGNUM("ModExp"); in TestModExp() local