Home
last modified time | relevance | path

Searched refs:bn_rshift_fixed_top (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_shift.c159 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 Dbn_div.c450 if (rm != NULL && bn_rshift_fixed_top(rm, snum, norm_shift) == 0) in bn_div_fixed_top()
/third_party/openssl/crypto/bn/
H A Dbn_shift.c159 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 Dbn_div.c450 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 Dbn.h86 int bn_rshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n);
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dbn.h87 int bn_rshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n);
/third_party/openssl/include/crypto/
H A Dbn.h87 int bn_rshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n);

Completed in 4 milliseconds