/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
divtest.c | 36 if (BN_div_recp(c,d,a,recp,ctx) != 1) 37 bug("BN_div_recp failed",a,b);
|
bn_recp.c | 123 ret = BN_div_recp(NULL,r,ca,recp,ctx); 130 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
|
bn.h | 623 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, [all...] |
bntest.c | 230 message(out,"BN_div_recp"); 575 BN_div_recp(&d,&c,&a,&recp,ctx); [all...] |
/external/openssl/crypto/bn/ |
divtest.c | 36 if (BN_div_recp(c,d,a,recp,ctx) != 1) 37 bug("BN_div_recp failed",a,b);
|
bn_recp.c | 123 ret = BN_div_recp(NULL,r,ca,recp,ctx); 130 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
|
bn.h | 623 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, [all...] |
bntest.c | 230 message(out,"BN_div_recp"); 575 BN_div_recp(&d,&c,&a,&recp,ctx); [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
bn.h | 623 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, [all...] |
/external/openssl/include/openssl/ |
bn.h | 623 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, [all...] |