Lines Matching defs:bn
69 BIGNUM *bn = OPENSSL_malloc(sizeof(BIGNUM)); in BN_new() local
82 void BN_init(BIGNUM *bn) { in BN_init()
86 void BN_free(BIGNUM *bn) { in BN_free()
102 void BN_clear_free(BIGNUM *bn) { in BN_clear_free()
159 void BN_clear(BIGNUM *bn) { in BN_clear()
231 unsigned BN_num_bits(const BIGNUM *bn) { in BN_num_bits()
241 unsigned BN_num_bytes(const BIGNUM *bn) { in BN_num_bytes()
245 void BN_zero(BIGNUM *bn) { in BN_zero()
249 int BN_one(BIGNUM *bn) { in BN_one()
253 int BN_set_word(BIGNUM *bn, BN_ULONG value) { in BN_set_word()
269 int BN_is_negative(const BIGNUM *bn) { in BN_is_negative()
273 void BN_set_negative(BIGNUM *bn, int sign) { in BN_set_negative()
281 BIGNUM *bn_wexpand(BIGNUM *bn, size_t words) { in bn_wexpand()
313 BIGNUM *bn_expand(BIGNUM *bn, size_t bits) { in bn_expand()
321 void bn_correct_top(BIGNUM *bn) { in bn_correct_top()
335 int BN_get_flags(const BIGNUM *bn, int flags) { in BN_get_flags()
339 void BN_set_flags(BIGNUM *bn, int flags) { in BN_set_flags()