Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_shift.c162 ret = bn_rshift_fixed_top(r, a, n); in BN_rshift()
176 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()
/openssl/include/crypto/
H A Dbn.h87 int bn_rshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n);
/openssl/crypto/
H A Ddeterministic_nonce.c69 return bn_rshift_fixed_top(out, out, shift); in bits2int_consttime()

Completed in 7 milliseconds