Go to the source code of this file.
|
int | BN_clear_bit (BIGNUM *a, int n) |
|
int | BN_count_low_zero_bits (const BIGNUM *bn) |
|
static int | bn_count_low_zero_bits_word (BN_ULONG l) |
|
int | BN_is_bit_set (const BIGNUM *a, int n) |
|
int | bn_is_bit_set_words (const BN_ULONG *a, size_t num, unsigned bit) |
|
int | BN_lshift (BIGNUM *r, const BIGNUM *a, int n) |
|
int | BN_lshift1 (BIGNUM *r, const BIGNUM *a) |
|
int | BN_mask_bits (BIGNUM *a, int n) |
|
int | BN_rshift (BIGNUM *r, const BIGNUM *a, int n) |
|
int | BN_rshift1 (BIGNUM *r, const BIGNUM *a) |
|
void | bn_rshift1_words (BN_ULONG *r, const BN_ULONG *a, size_t num) |
|
int | bn_rshift_secret_shift (BIGNUM *r, const BIGNUM *a, unsigned n, BN_CTX *ctx) |
|
void | bn_rshift_words (BN_ULONG *r, const BN_ULONG *a, unsigned shift, size_t num) |
|
int | BN_set_bit (BIGNUM *a, int n) |
|
◆ BN_clear_bit()
◆ BN_count_low_zero_bits()
◆ bn_count_low_zero_bits_word()
static int bn_count_low_zero_bits_word |
( |
BN_ULONG |
l | ) |
|
|
static |
◆ BN_is_bit_set()
◆ bn_is_bit_set_words()
int bn_is_bit_set_words |
( |
const BN_ULONG * |
a, |
|
|
size_t |
num, |
|
|
unsigned |
bit |
|
) |
| |
◆ BN_lshift()
◆ BN_lshift1()
◆ BN_mask_bits()
◆ BN_rshift()
◆ BN_rshift1()
◆ bn_rshift1_words()
void bn_rshift1_words |
( |
BN_ULONG * |
r, |
|
|
const BN_ULONG * |
a, |
|
|
size_t |
num |
|
) |
| |
◆ bn_rshift_secret_shift()
◆ bn_rshift_words()
void bn_rshift_words |
( |
BN_ULONG * |
r, |
|
|
const BN_ULONG * |
a, |
|
|
unsigned |
shift, |
|
|
size_t |
num |
|
) |
| |
◆ BN_set_bit()