/external/boringssl/src/crypto/bn/ |
D | sqrt.c | 152 !BN_mod_exp(ret, A, q, p, ctx)) { in BN_mod_sqrt() 197 if (!BN_mod_exp(b, t, q, p, ctx)) { in BN_mod_sqrt() 285 if (!BN_mod_exp(y, y, q, p, ctx)) { in BN_mod_sqrt() 331 if (!BN_mod_exp(x, A, t, p, ctx)) { in BN_mod_sqrt()
|
D | bn_test.cc | 1081 if (BN_mod_exp(d.get(), a.get(), b.get(), c.get(), ctx)) { in test_mod_exp() 1093 !BN_mod_exp(d.get(), a.get(), b.get(), c.get(), ctx)) { in test_mod_exp() 1129 !BN_mod_exp(d.get(), a.get(), b.get(), c.get(), ctx) || in test_mod_exp() 1251 !BN_mod_exp(a.get(), e.get(), p.get(), m.get(), ctx)) { in test_mod_exp_mont5() 1262 !BN_mod_exp(a.get(), e.get(), p.get(), m.get(), ctx)) { in test_mod_exp_mont5() 1325 if (!BN_mod_exp(r.get(), a.get(), zero.get(), BN_value_one(), nullptr) || in test_exp_mod_zero()
|
D | exponentiation.c | 576 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, in BN_mod_exp() function
|
/external/boringssl/src/crypto/dh/ |
D | check.c | 128 if (!BN_mod_exp(t1, dh->g, dh->q, dh->p, ctx)) { in DH_check()
|
/external/tpm2/ |
D | RSAKeySieve.c | 288 if(BN_mod_exp(bnZ, bnB, bnM, bnW, context) != 1) in MillerRabin() 926 || BN_mod_exp(bnQ, bnP, bnE, bnN, context) != 1 in _cpri__GenerateKeyRSA() 928 || BN_mod_exp(bnQ, bnQ, bnT, bnN, context) != 1) in _cpri__GenerateKeyRSA()
|
D | MathFunctions.c | 478 if(!(BN_mod_exp(bnC, bnM, bnE, bnN, context))) in _math__ModExp()
|
D | CpriRSA.c | 1365 || BN_mod_exp(bnQ, bnP, bnE, bnN, context) != 1 in _cpri__GenerateKeyRSA() 1367 || BN_mod_exp(bnQ, bnQ, bnT, bnN, context) != 1) in _cpri__GenerateKeyRSA()
|
D | CpriECC.c | 630 || !BN_mod_exp(bnX, bnX, bn3, bnP, context) in _cpri__EccIsPointOnCurve()
|
D | part4.txt | 26089 370 if(!(BN_mod_exp(bnC, bnM, bnE, bnN, context))) 30457 1250 || BN_mod_exp(bnQ, bnP, bnE, bnN, context) != 1 30459 1252 || BN_mod_exp(bnQ, bnQ, bnT, bnN, context) != 1) 30943 219 if(BN_mod_exp(bnZ, bnB, bnM, bnW, context) != 1) 31684 804 || BN_mod_exp(bnQ, bnP, bnE, bnN, context) != 1 31686 806 || BN_mod_exp(bnQ, bnQ, bnT, bnN, context) != 1) 33801 542 || !BN_mod_exp(bnX, bnX, bn3, bnP, context)
|
/external/boringssl/src/crypto/rsa/ |
D | blinding.c | 353 if (!BN_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx)) { in BN_BLINDING_create_param()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_openssl.c | 468 if (BN_mod_exp(bn_result, bn_base, bn_exp, bn_modulus, ctx) != 1) in crypto_mod_exp() 1095 res = BN_mod_exp((BIGNUM *) d, (const BIGNUM *) a, (const BIGNUM *) b, in crypto_bignum_exptmod() 1224 !BN_mod_exp(tmp, (const BIGNUM *) a, exp, (const BIGNUM *) p, in crypto_bignum_legendre()
|
/external/boringssl/src/crypto/evp/ |
D | p_dsa_asn1.c | 226 if (!BN_mod_exp(dsa->pub_key, dsa->g, dsa->priv_key, dsa->p, ctx)) { in dsa_priv_decode()
|
/external/boringssl/src/include/openssl/ |
D | bn.h | 788 OPENSSL_EXPORT int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
|
/external/boringssl/src/crypto/dsa/ |
D | dsa.c | 432 if (!BN_mod_exp(pub_key, dsa->g, &prk, dsa->p, ctx)) { in DSA_generate_key()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |