BIGNUM             50 source4/heimdal/kdc/pkinit.c     BIGNUM *dh_public_key;
BIGNUM            237 source4/heimdal/kdc/pkinit.c static BIGNUM *
BIGNUM            240 source4/heimdal/kdc/pkinit.c     BIGNUM *bn;
BIGNUM            657 source4/heimdal/kdc/pkinit.c BN_to_integer(krb5_context context, BIGNUM *bn, heim_integer *integer)
BIGNUM             53 source4/heimdal/lib/hcrypto/bn.c BIGNUM *
BIGNUM             58 source4/heimdal/lib/hcrypto/bn.c     return (BIGNUM *)hi;
BIGNUM             62 source4/heimdal/lib/hcrypto/bn.c BN_free(BIGNUM *bn)
BIGNUM             69 source4/heimdal/lib/hcrypto/bn.c BN_clear(BIGNUM *bn)
BIGNUM             80 source4/heimdal/lib/hcrypto/bn.c BN_clear_free(BIGNUM *bn)
BIGNUM             85 source4/heimdal/lib/hcrypto/bn.c BIGNUM *
BIGNUM             86 source4/heimdal/lib/hcrypto/bn.c BN_dup(const BIGNUM *bn)
BIGNUM             88 source4/heimdal/lib/hcrypto/bn.c     BIGNUM *b = BN_new();
BIGNUM            102 source4/heimdal/lib/hcrypto/bn.c BN_num_bits(const BIGNUM *bn)
BIGNUM            121 source4/heimdal/lib/hcrypto/bn.c BN_num_bytes(const BIGNUM *bn)
BIGNUM            130 source4/heimdal/lib/hcrypto/bn.c BIGNUM *
BIGNUM            131 source4/heimdal/lib/hcrypto/bn.c BN_bin2bn(const void *s, int len, BIGNUM *bn)
BIGNUM            144 source4/heimdal/lib/hcrypto/bn.c 	BN_clear((BIGNUM *)hi);
BIGNUM            149 source4/heimdal/lib/hcrypto/bn.c 	    BN_free((BIGNUM *)hi);
BIGNUM            154 source4/heimdal/lib/hcrypto/bn.c     return (BIGNUM *)hi;
BIGNUM            158 source4/heimdal/lib/hcrypto/bn.c BN_bn2bin(const BIGNUM *bn, void *to)
BIGNUM            166 source4/heimdal/lib/hcrypto/bn.c BN_hex2bn(BIGNUM **bnp, const char *in)
BIGNUM            199 source4/heimdal/lib/hcrypto/bn.c BN_bn2hex(const BIGNUM *bn)
BIGNUM            222 source4/heimdal/lib/hcrypto/bn.c BN_cmp(const BIGNUM *bn1, const BIGNUM *bn2)
BIGNUM            229 source4/heimdal/lib/hcrypto/bn.c BN_set_negative(BIGNUM *bn, int flag)
BIGNUM            235 source4/heimdal/lib/hcrypto/bn.c BN_is_negative(const BIGNUM *bn)
BIGNUM            243 source4/heimdal/lib/hcrypto/bn.c BN_is_bit_set(const BIGNUM *bn, int bit)
BIGNUM            255 source4/heimdal/lib/hcrypto/bn.c BN_set_bit(BIGNUM *bn, int bit)
BIGNUM            277 source4/heimdal/lib/hcrypto/bn.c BN_clear_bit(BIGNUM *bn, int bit)
BIGNUM            291 source4/heimdal/lib/hcrypto/bn.c BN_set_word(BIGNUM *bn, unsigned long num)
BIGNUM            311 source4/heimdal/lib/hcrypto/bn.c BN_get_word(const BIGNUM *bn)
BIGNUM            326 source4/heimdal/lib/hcrypto/bn.c BN_rand(BIGNUM *bn, int bits, int top, int bottom)
BIGNUM            376 source4/heimdal/lib/hcrypto/bn.c BN_uadd(BIGNUM *res, const BIGNUM *a, const BIGNUM *b)
BIGNUM             88 source4/heimdal/lib/hcrypto/bn.h BIGNUM *BN_new(void);
BIGNUM             89 source4/heimdal/lib/hcrypto/bn.h void	BN_free(BIGNUM *);
BIGNUM             90 source4/heimdal/lib/hcrypto/bn.h void	BN_clear_free(BIGNUM *);
BIGNUM             91 source4/heimdal/lib/hcrypto/bn.h void	BN_clear(BIGNUM *);
BIGNUM             92 source4/heimdal/lib/hcrypto/bn.h BIGNUM *BN_dup(const BIGNUM *);
BIGNUM             94 source4/heimdal/lib/hcrypto/bn.h int	BN_num_bits(const BIGNUM *);
BIGNUM             95 source4/heimdal/lib/hcrypto/bn.h int	BN_num_bytes(const BIGNUM *);
BIGNUM             97 source4/heimdal/lib/hcrypto/bn.h int	BN_cmp(const BIGNUM *, const BIGNUM *);
BIGNUM             99 source4/heimdal/lib/hcrypto/bn.h void	BN_set_negative(BIGNUM *, int);
BIGNUM            100 source4/heimdal/lib/hcrypto/bn.h int	BN_is_negative(const BIGNUM *);
BIGNUM            102 source4/heimdal/lib/hcrypto/bn.h int	BN_is_bit_set(const BIGNUM *, int);
BIGNUM            103 source4/heimdal/lib/hcrypto/bn.h int	BN_set_bit(BIGNUM *, int);
BIGNUM            104 source4/heimdal/lib/hcrypto/bn.h int	BN_clear_bit(BIGNUM *, int);
BIGNUM            106 source4/heimdal/lib/hcrypto/bn.h int	BN_set_word(BIGNUM *, unsigned long);
BIGNUM            107 source4/heimdal/lib/hcrypto/bn.h unsigned long BN_get_word(const BIGNUM *);
BIGNUM            109 source4/heimdal/lib/hcrypto/bn.h BIGNUM *BN_bin2bn(const void *,int len,BIGNUM *);
BIGNUM            110 source4/heimdal/lib/hcrypto/bn.h int	BN_bn2bin(const BIGNUM *, void *);
BIGNUM            111 source4/heimdal/lib/hcrypto/bn.h int 	BN_hex2bn(BIGNUM **, const char *);
BIGNUM            112 source4/heimdal/lib/hcrypto/bn.h char *	BN_bn2hex(const BIGNUM *);
BIGNUM            114 source4/heimdal/lib/hcrypto/bn.h int	BN_uadd(BIGNUM *, const BIGNUM *, const BIGNUM *);
BIGNUM            116 source4/heimdal/lib/hcrypto/bn.h int	BN_rand(BIGNUM *, int, int, int);
BIGNUM             49 source4/heimdal/lib/hcrypto/dh-imath.c BN2mpz(mpz_t *s, const BIGNUM *bn)
BIGNUM             62 source4/heimdal/lib/hcrypto/dh-imath.c static BIGNUM *
BIGNUM             66 source4/heimdal/lib/hcrypto/dh-imath.c     BIGNUM *bn;
BIGNUM            160 source4/heimdal/lib/hcrypto/dh-imath.c dh_compute_key(unsigned char *shared, const BIGNUM * pub, DH *dh)
BIGNUM            259 source4/heimdal/lib/hcrypto/dh.c DH_check_pubkey(const DH *dh, const BIGNUM *pub_key, int *codes)
BIGNUM            261 source4/heimdal/lib/hcrypto/dh.c     BIGNUM *bn = NULL, *sum = NULL;
BIGNUM            362 source4/heimdal/lib/hcrypto/dh.c 	       const BIGNUM *peer_pub_key, DH *dh)
BIGNUM            412 source4/heimdal/lib/hcrypto/dh.c dh_null_compute_key(unsigned char *shared,const BIGNUM *pub, DH *dh)
BIGNUM             73 source4/heimdal/lib/hcrypto/dh.h     int (*compute_key)(unsigned char *,const BIGNUM *,DH *);
BIGNUM             74 source4/heimdal/lib/hcrypto/dh.h     int (*bn_mod_exp)(const DH *, BIGNUM *, const BIGNUM *,
BIGNUM             75 source4/heimdal/lib/hcrypto/dh.h 		      const BIGNUM *, const BIGNUM *, BN_CTX *,
BIGNUM             87 source4/heimdal/lib/hcrypto/dh.h     BIGNUM *p;
BIGNUM             88 source4/heimdal/lib/hcrypto/dh.h     BIGNUM *g;
BIGNUM             90 source4/heimdal/lib/hcrypto/dh.h     BIGNUM *pub_key;
BIGNUM             91 source4/heimdal/lib/hcrypto/dh.h     BIGNUM *priv_key;
BIGNUM             94 source4/heimdal/lib/hcrypto/dh.h     BIGNUM *q;
BIGNUM             95 source4/heimdal/lib/hcrypto/dh.h     BIGNUM *j;
BIGNUM             98 source4/heimdal/lib/hcrypto/dh.h     BIGNUM *counter;
BIGNUM            136 source4/heimdal/lib/hcrypto/dh.h int	DH_check_pubkey(const DH *, const BIGNUM *, int *);
BIGNUM            138 source4/heimdal/lib/hcrypto/dh.h int	DH_compute_key(unsigned char *,const BIGNUM *,DH *);
BIGNUM             67 source4/heimdal/lib/hcrypto/dsa.h     BIGNUM *r;
BIGNUM             68 source4/heimdal/lib/hcrypto/dsa.h     BIGNUM *s;
BIGNUM             74 source4/heimdal/lib/hcrypto/dsa.h     int (*dsa_sign_setup)(DSA *, BN_CTX *, BIGNUM **, BIGNUM **);
BIGNUM             76 source4/heimdal/lib/hcrypto/dsa.h     int (*dsa_mod_exp)(DSA *, BIGNUM *, BIGNUM *, BIGNUM *,
BIGNUM             77 source4/heimdal/lib/hcrypto/dsa.h 		       BIGNUM *, BIGNUM *, BIGNUM *, BN_CTX *,
BIGNUM             79 source4/heimdal/lib/hcrypto/dsa.h     int (*bn_mod_exp)(DSA *, BIGNUM *, BIGNUM *, const BIGNUM *,
BIGNUM             80 source4/heimdal/lib/hcrypto/dsa.h 		      const BIGNUM *, BN_CTX *,
BIGNUM             92 source4/heimdal/lib/hcrypto/dsa.h     BIGNUM *p;
BIGNUM             93 source4/heimdal/lib/hcrypto/dsa.h     BIGNUM *q;
BIGNUM             94 source4/heimdal/lib/hcrypto/dsa.h     BIGNUM *g;
BIGNUM             96 source4/heimdal/lib/hcrypto/dsa.h     BIGNUM *pub_key;
BIGNUM             97 source4/heimdal/lib/hcrypto/dsa.h     BIGNUM *priv_key;
BIGNUM             99 source4/heimdal/lib/hcrypto/dsa.h     BIGNUM *kinv;
BIGNUM            100 source4/heimdal/lib/hcrypto/dsa.h     BIGNUM *r;
BIGNUM             99 source4/heimdal/lib/hcrypto/pkcs12.c 	BIGNUM *bnB, *bnOne;
BIGNUM            131 source4/heimdal/lib/hcrypto/pkcs12.c 	    BIGNUM *bnI;
BIGNUM             53 source4/heimdal/lib/hcrypto/rsa-imath.c BN2mpz(mpz_t *s, const BIGNUM *bn)
BIGNUM             67 source4/heimdal/lib/hcrypto/rsa-imath.c static BIGNUM *
BIGNUM             71 source4/heimdal/lib/hcrypto/rsa-imath.c     BIGNUM *bn;
BIGNUM            527 source4/heimdal/lib/hcrypto/rsa-imath.c imath_rsa_generate_key(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb)
BIGNUM            341 source4/heimdal/lib/hcrypto/rsa.c RSA_generate_key_ex(RSA *r, int bits, BIGNUM *e, BN_GENCB *cb)
BIGNUM            410 source4/heimdal/lib/hcrypto/rsa.c static BIGNUM *
BIGNUM            413 source4/heimdal/lib/hcrypto/rsa.c     BIGNUM *bn;
BIGNUM            422 source4/heimdal/lib/hcrypto/rsa.c bn2heim_int(BIGNUM *bn, heim_integer *integer)
BIGNUM             94 source4/heimdal/lib/hcrypto/rsa.h     int (*rsa_keygen)(RSA *, int, BIGNUM *, BN_GENCB *);
BIGNUM            102 source4/heimdal/lib/hcrypto/rsa.h     BIGNUM *n;
BIGNUM            103 source4/heimdal/lib/hcrypto/rsa.h     BIGNUM *e;
BIGNUM            104 source4/heimdal/lib/hcrypto/rsa.h     BIGNUM *d;
BIGNUM            105 source4/heimdal/lib/hcrypto/rsa.h     BIGNUM *p;
BIGNUM            106 source4/heimdal/lib/hcrypto/rsa.h     BIGNUM *q;
BIGNUM            107 source4/heimdal/lib/hcrypto/rsa.h     BIGNUM *dmp1;
BIGNUM            108 source4/heimdal/lib/hcrypto/rsa.h     BIGNUM *dmq1;
BIGNUM            109 source4/heimdal/lib/hcrypto/rsa.h     BIGNUM *iqmp;
BIGNUM            170 source4/heimdal/lib/hcrypto/rsa.h int	RSA_generate_key_ex(RSA *, int, BIGNUM *, BN_GENCB *);
BIGNUM             67 source4/heimdal/lib/hx509/crypto.c     BIGNUM *(*get_internal)(hx509_context, hx509_private_key, const char *);
BIGNUM            141 source4/heimdal/lib/hx509/crypto.c static BIGNUM *
BIGNUM            144 source4/heimdal/lib/hx509/crypto.c     BIGNUM *bn;
BIGNUM            475 source4/heimdal/lib/hx509/crypto.c     BIGNUM *e;
BIGNUM            545 source4/heimdal/lib/hx509/crypto.c static BIGNUM *
BIGNUM           1658 source4/heimdal/lib/hx509/crypto.c BIGNUM *
BIGNUM            566 source4/heimdal/lib/hx509/ks_p11.c static BIGNUM *
BIGNUM            574 source4/heimdal/lib/hx509/ks_p11.c     BIGNUM *bn;
BIGNUM             97 source4/heimdal/lib/krb5/pkinit.c BN_to_integer(krb5_context context, BIGNUM *bn, heim_integer *integer)
BIGNUM            110 source4/heimdal/lib/krb5/pkinit.c static BIGNUM *
BIGNUM            113 source4/heimdal/lib/krb5/pkinit.c     BIGNUM *bn;
BIGNUM           1136 source4/heimdal/lib/krb5/pkinit.c     BIGNUM *kdc_dh_pubkey = NULL;