Searched refs:BN_div_recp (Results 1 – 6 of 6) sorted by relevance
/external/openssl/crypto/bn/ |
D | bn_recp.c | 123 ret = BN_div_recp(NULL,r,ca,recp,ctx); in BN_mod_mul_reciprocal() 130 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, in BN_div_recp() function
|
D | divtest.c | 36 if (BN_div_recp(c,d,a,recp,ctx) != 1) in main()
|
D | bn.h | 625 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
|
D | bntest.c | 575 BN_div_recp(&d,&c,&a,&recp,ctx); in test_div_recp()
|
/external/chromium_org/third_party/boringssl/src/crypto/bn/ |
D | exponentiation.c | 251 static int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, in BN_div_recp() function 334 OPENSSL_PUT_ERROR(BN, BN_div_recp, BN_R_BAD_RECIPROCAL); in BN_div_recp() 381 ret = BN_div_recp(NULL, r, ca, recp, ctx); in BN_mod_mul_reciprocal()
|
/external/openssl/include/openssl/ |
D | bn.h | 625 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
|