Searched refs:bn_rshift_fixed_top (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/bn/ |
H A D | bn_shift.c | 162 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 D | bn_div.c | 450 if (rm != NULL && bn_rshift_fixed_top(rm, snum, norm_shift) == 0) in bn_div_fixed_top()
|
/openssl/include/crypto/ |
H A D | bn.h | 87 int bn_rshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n);
|
/openssl/crypto/ |
H A D | deterministic_nonce.c | 69 return bn_rshift_fixed_top(out, out, shift); in bits2int_consttime()
|
Completed in 7 milliseconds