Searched refs:bn_rshift_fixed_top (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_shift.c | 159 ret = bn_rshift_fixed_top(r, a, n); in BN_rshift() 173 int bn_rshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n) in bn_rshift_fixed_top() function
|
H A D | bn_div.c | 450 if (rm != NULL && bn_rshift_fixed_top(rm, snum, norm_shift) == 0) in bn_div_fixed_top()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_shift.c | 159 ret = bn_rshift_fixed_top(r, a, n); in BN_rshift() 173 int bn_rshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n) in bn_rshift_fixed_top() function
|
H A D | bn_div.c | 450 if (rm != NULL && bn_rshift_fixed_top(rm, snum, norm_shift) == 0) in bn_div_fixed_top()
|
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | bn.h | 86 int bn_rshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n);
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | bn.h | 87 int bn_rshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n);
|
/third_party/openssl/include/crypto/ |
H A D | bn.h | 87 int bn_rshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n);
|
Completed in 4 milliseconds