Home
last modified time | relevance | path

Searched refs:bn_rshift_fixed_top (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/bn/
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
Dbn_div.c450 bn_rshift_fixed_top(rm, snum, norm_shift); in bn_div_fixed_top()
/third_party/openssl/include/crypto/
Dbn.h86 int bn_rshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n);