Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds