/libcore/luni/src/main/java/java/math/ |
BigInt.java | 314 NativeBN.BN_div(quot, rem, dividend.bignum, divisor.bignum);
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bn.h | 280 * BN_div() will call BN_div_no_branch, 467 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, 469 #define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) [all...] |
bn_exp.c | 221 * the top bit being set. It was caused by an error in BN_div
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
bn.h | 280 * BN_div() will call BN_div_no_branch, 467 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, 469 #define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) [all...] |
/external/openssl/crypto/bn/ |
bn.h | 280 * BN_div() will call BN_div_no_branch, 467 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, 469 #define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) [all...] |
bn_exp.c | 221 * the top bit being set. It was caused by an error in BN_div
|
/external/openssl/include/openssl/ |
bn.h | 280 * BN_div() will call BN_div_no_branch, 467 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, 469 #define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) [all...] |
/external/chromium_org/third_party/openssl/openssl/ |
Crypto-config.mk | 147 crypto/bn/bn_div.c \
|
openssl.config | 411 crypto/bn/bn_div.c \
|
openssl.config.orig | 411 crypto/bn/bn_div.c \
|
/external/chromium_org/third_party/openssl/ |
openssl.gypi | 133 'openssl/crypto/bn/bn_div.c',
|
openssl.target.darwin-arm.mk | 150 third_party/openssl/openssl/crypto/bn/bn_div.c \ [all...] |
openssl.target.darwin-mips.mk | 149 third_party/openssl/openssl/crypto/bn/bn_div.c \ [all...] |
openssl.target.darwin-x86.mk | 146 third_party/openssl/openssl/crypto/bn/bn_div.c \ [all...] |
openssl.target.linux-arm.mk | 150 third_party/openssl/openssl/crypto/bn/bn_div.c \ [all...] |
openssl.target.linux-mips.mk | 149 third_party/openssl/openssl/crypto/bn/bn_div.c \ [all...] |
openssl.target.linux-x86.mk | 146 third_party/openssl/openssl/crypto/bn/bn_div.c \ [all...] |
/external/openssl/ |
Crypto-config.mk | 147 crypto/bn/bn_div.c \
|
openssl.config | 412 crypto/bn/bn_div.c \
|
/external/wpa_supplicant_8/src/crypto/ |
crypto_openssl.c | 962 res = BN_div((BIGNUM *) c, NULL, (const BIGNUM *) a,
|