Lines Matching defs:a
153 int bn_num_bits_consttime(const BIGNUM *a) in bn_num_bits_consttime()
178 int BN_num_bits(const BIGNUM *a) in BN_num_bits()
202 static void bn_free_d(BIGNUM *a, int clear) in bn_free_d()
213 void BN_clear_free(BIGNUM *a) in BN_clear_free()
225 void BN_free(BIGNUM *a) in BN_free()
235 void bn_init(BIGNUM *a) in bn_init()
268 BN_ULONG *a = NULL; in bn_expand_internal() local
305 BN_ULONG *a = bn_expand_internal(b, words); in bn_expand2() local
317 BIGNUM *BN_dup(const BIGNUM *a) in BN_dup()
336 BIGNUM *BN_copy(BIGNUM *a, const BIGNUM *b) in BN_copy()
365 void BN_swap(BIGNUM *a, BIGNUM *b) in BN_swap()
398 void BN_clear(BIGNUM *a) in BN_clear()
410 BN_ULONG BN_get_word(const BIGNUM *a) in BN_get_word()
420 int BN_set_word(BIGNUM *a, BN_ULONG w) in BN_set_word()
482 int bn2binpad(const BIGNUM *a, unsigned char *to, int tolen, endianess_t endianess) in bn2binpad()
531 int BN_bn2binpad(const BIGNUM *a, unsigned char *to, int tolen) in BN_bn2binpad()
538 int BN_bn2bin(const BIGNUM *a, unsigned char *to) in BN_bn2bin()
590 int BN_bn2lebinpad(const BIGNUM *a, unsigned char *to, int tolen) in BN_bn2lebinpad()
606 int BN_bn2nativepad(const BIGNUM *a, unsigned char *to, int tolen) in BN_bn2nativepad()
615 int BN_ucmp(const BIGNUM *a, const BIGNUM *b) in BN_ucmp()
637 int BN_cmp(const BIGNUM *a, const BIGNUM *b) in BN_cmp()
684 int BN_set_bit(BIGNUM *a, int n) in BN_set_bit()
707 int BN_clear_bit(BIGNUM *a, int n) in BN_clear_bit()
725 int BN_is_bit_set(const BIGNUM *a, int n) in BN_is_bit_set()
739 int BN_mask_bits(BIGNUM *a, int n) in BN_mask_bits()
761 void BN_set_negative(BIGNUM *a, int b) in BN_set_negative()
769 int bn_cmp_words(const BN_ULONG *a, const BN_ULONG *b, int n) in bn_cmp_words()
799 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) in bn_cmp_part_words()
826 void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords) in BN_consttime_swap()
910 void BN_zero_ex(BIGNUM *a) in BN_zero_ex()
917 int BN_abs_is_word(const BIGNUM *a, const BN_ULONG w) in BN_abs_is_word()
922 int BN_is_zero(const BIGNUM *a) in BN_is_zero()
927 int BN_is_one(const BIGNUM *a) in BN_is_one()
932 int BN_is_word(const BIGNUM *a, const BN_ULONG w) in BN_is_word()
937 int BN_is_odd(const BIGNUM *a) in BN_is_odd()
942 int BN_is_negative(const BIGNUM *a) in BN_is_negative()
947 int BN_to_montgomery(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont, in BN_to_montgomery()
1018 BIGNUM *bn_wexpand(BIGNUM *a, int words) in bn_wexpand()
1023 void bn_correct_top(BIGNUM *a) in bn_correct_top()