Lines Matching defs:bn
56 BN_free(BIGNUM *bn) in BN_free()
63 BN_clear(BIGNUM *bn) in BN_clear()
74 BN_clear_free(BIGNUM *bn) in BN_clear_free()
80 BN_dup(const BIGNUM *bn) in BN_dup()
96 BN_num_bits(const BIGNUM *bn) in BN_num_bits()
115 BN_num_bytes(const BIGNUM *bn) in BN_num_bytes()
125 BN_bin2bn(const void *s, int len, BIGNUM *bn) in BN_bin2bn()
153 BN_bn2bin(const BIGNUM *bn, void *to) in BN_bn2bin()
194 BN_bn2hex(const BIGNUM *bn) in BN_bn2hex()
224 BN_set_negative(BIGNUM *bn, int flag) in BN_set_negative()
230 BN_is_negative(const BIGNUM *bn) in BN_is_negative()
238 BN_is_bit_set(const BIGNUM *bn, int bit) in BN_is_bit_set()
250 BN_set_bit(BIGNUM *bn, int bit) in BN_set_bit()
272 BN_clear_bit(BIGNUM *bn, int bit) in BN_clear_bit()
286 BN_set_word(BIGNUM *bn, unsigned long num) in BN_set_word()
306 BN_get_word(const BIGNUM *bn) in BN_get_word()
321 BN_rand(BIGNUM *bn, int bits, int top, int bottom) in BN_rand()
451 } bn; member