Searched defs:mod_exp (Results 1 – 4 of 4) sorted by relevance
| /third_party/boringssl/src/fuzz/ |
| D | bn_mod_exp.cc | 28 int mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, in mod_exp() function
|
| /third_party/boringssl/src/crypto/fipsmodule/rsa/ |
| D | rsa_impl.c | 828 static int mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) { in mod_exp() function
|
| /third_party/openssl/test/ |
| D | bntest.c | 1573 BIGNUM *a = NULL, *e = NULL, *m = NULL, *mod_exp = NULL, *ret = NULL; in file_modexp() local
|
| /third_party/boringssl/src/crypto/fipsmodule/bn/ |
| D | bn_test.cc | 747 bssl::UniquePtr<BIGNUM> mod_exp = t->GetBIGNUM("ModExp"); in TestModExp() local
|