Searched refs:BN_mod_sqr (Results 1 - 10 of 10) sorted by relevance
/external/boringssl/src/crypto/bn/ |
H A D | sqrt.c | 202 if (!BN_mod_sqr(y, b, p, ctx)) { 343 if (!BN_mod_sqr(b, x, p, ctx) || 374 if (!BN_mod_sqr(t, b, p, ctx)) { 394 if (!BN_mod_sqr(t, t, p, ctx)) { 411 if (!BN_mod_sqr(x, ret, p, ctx)) {
|
H A D | div.c | 467 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) { function
|
H A D | bn_test.cc | 1370 !BN_mod_sqr(r.get(), r.get(), p.get(), ctx) || 1373 !BN_mod_sqr(a.get(), a.get(), p.get(), ctx) || 1382 !BN_mod_sqr(r.get(), r.get(), p.get(), ctx) ||
|
/external/boringssl/src/crypto/ec/ |
H A D | oct.c | 314 if (!BN_mod_sqr(tmp2, x_, &group->field, ctx) ||
|
H A D | simple.c | 275 if (!BN_mod_sqr(tmp_1, a, p, ctx) || 282 if (!BN_mod_sqr(tmp_2, b, p, ctx) || 525 } else if (!BN_mod_sqr(Z_2, Z_1, &group->field, ctx)) { 1312 return BN_mod_sqr(r, a, &group->field, ctx);
|
/external/boringssl/include/openssl/ |
H A D | bn.h | 538 /* BN_mod_sqr sets |r| = |a|^2 mod |m|. It returns one on success and zero 540 OPENSSL_EXPORT int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m,
|
/external/boringssl/src/include/openssl/ |
H A D | bn.h | 538 /* BN_mod_sqr sets |r| = |a|^2 mod |m|. It returns one on success and zero 540 OPENSSL_EXPORT int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m,
|
/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | crypto_openssl.c | 1505 BN_mod_sqr(tmp, (const BIGNUM *) x, e->prime, e->bnctx) &&
|
/external/wpa_supplicant_8/src/crypto/ |
H A D | crypto_openssl.c | 1505 BN_mod_sqr(tmp, (const BIGNUM *) x, e->prime, e->bnctx) &&
|
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/ |
H A D | crypto_openssl.c | 1505 BN_mod_sqr(tmp, (const BIGNUM *) x, e->prime, e->bnctx) &&
|
Completed in 524 milliseconds