Searched refs:bn_div_fixed_top (Results 1 - 5 of 5) sorted by relevance
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | bn.h | 87 int bn_div_fixed_top(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | bn.h | 88 int bn_div_fixed_top(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
|
/third_party/openssl/include/crypto/ |
H A D | bn.h | 88 int bn_div_fixed_top(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_div.c | 111 * other words divisor has to be "bit-aligned to the left." bn_div_fixed_top 229 ret = bn_div_fixed_top(dv, rm, num, divisor, ctx); in BN_div() 264 int bn_div_fixed_top(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, in bn_div_fixed_top() function
|
/third_party/openssl/crypto/bn/ |
H A D | bn_div.c | 111 * other words divisor has to be "bit-aligned to the left." bn_div_fixed_top 229 ret = bn_div_fixed_top(dv, rm, num, divisor, ctx); in BN_div() 264 int bn_div_fixed_top(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, in bn_div_fixed_top() function
|
Completed in 3 milliseconds