Searched refs:BN_reciprocal (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/bn/ |
D | bn_recp.c | 170 recp->shift=BN_reciprocal(&(recp->Nr),&(recp->N), in BN_div_recp() 217 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx) in BN_reciprocal() function
|
D | bn.h | 521 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx);
|
/external/chromium_org/third_party/boringssl/src/crypto/bn/ |
D | exponentiation.c | 226 static int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx) { in BN_reciprocal() function 298 BN_reciprocal(&(recp->Nr), &(recp->N), i, in BN_div_recp()
|
/external/openssl/include/openssl/ |
D | bn.h | 521 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx);
|