Searched refs:bn_lshift_fixed_top (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_shift.c | 90 ret = bn_lshift_fixed_top(r, a, n); in BN_lshift() 104 int bn_lshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n) in bn_lshift_fixed_top() function
|
H A D | bn_div.c | 294 * Note that bn_lshift_fixed_top's output is always one limb longer in bn_div_fixed_top() 300 if (!(bn_lshift_fixed_top(snum, num, norm_shift))) in bn_div_fixed_top()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_shift.c | 90 ret = bn_lshift_fixed_top(r, a, n); in BN_lshift() 104 int bn_lshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n) in bn_lshift_fixed_top() function
|
H A D | bn_div.c | 294 * Note that bn_lshift_fixed_top's output is always one limb longer in bn_div_fixed_top() 300 if (!(bn_lshift_fixed_top(snum, num, norm_shift))) in bn_div_fixed_top()
|
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | bn.h | 85 int bn_lshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n);
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | bn.h | 86 int bn_lshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n);
|
/third_party/openssl/include/crypto/ |
H A D | bn.h | 86 int bn_lshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n);
|
Completed in 3 milliseconds