Lines Matching refs:BIGNUM
67 int BN_lshift(BIGNUM *r, const BIGNUM *a, int n) { in BN_lshift()
105 int BN_lshift1(BIGNUM *r, const BIGNUM *a) { in BN_lshift1()
156 int BN_rshift(BIGNUM *r, const BIGNUM *a, int n) { in BN_rshift()
172 int bn_rshift_secret_shift(BIGNUM *r, const BIGNUM *a, unsigned n, in bn_rshift_secret_shift()
176 BIGNUM *tmp = BN_CTX_get(ctx); in bn_rshift_secret_shift()
210 int BN_rshift1(BIGNUM *r, const BIGNUM *a) { in BN_rshift1()
221 int BN_set_bit(BIGNUM *a, int n) { in BN_set_bit()
243 int BN_clear_bit(BIGNUM *a, int n) { in BN_clear_bit()
270 int BN_is_bit_set(const BIGNUM *a, int n) { in BN_is_bit_set()
277 int BN_mask_bits(BIGNUM *a, int n) { in BN_mask_bits()
344 int BN_count_low_zero_bits(const BIGNUM *bn) { in BN_count_low_zero_bits()