Lines Matching full:bignum
65 const BIGNUM *, const BIGNUM *, EC_KEY *eckey);
66 static int ecdsa_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp,
67 BIGNUM **rp);
89 static int ecdsa_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp,
90 BIGNUM **rp)
93 BIGNUM *k = NULL, *r = NULL, *order = NULL, *X = NULL;
221 const BIGNUM *in_kinv, const BIGNUM *in_r, EC_KEY *eckey)
224 BIGNUM *kinv=NULL, *s, *m=NULL,*tmp=NULL,*order=NULL;
225 const BIGNUM *ckinv;
230 const BIGNUM *priv_key;
356 BIGNUM *order, *u1, *u2, *m, *X;