Lines Matching defs:tmp
128 * tmp is a passed in temporary BIGNUM.
133 const EVP_MD *evpmd, BIGNUM *g, BIGNUM *tmp,
173 || (BN_bin2bn(md, mdsize, tmp) == NULL)
174 || !BN_mod_exp_mont(g, tmp, e, p, ctx, mont))
200 BIGNUM *W, *X, *tmp, *c, *test;
207 tmp = BN_CTX_get(ctx);
208 if (tmp == NULL)
242 * tmp = V(j) = Hash((seed + offset + j) % 2^seedlen)
245 || (BN_bin2bn(md, mdsize, tmp) == NULL)
251 || !BN_lshift(tmp, tmp, (mdsize << 3) * j)
252 || !BN_add(W, W, tmp))
269 || !BN_lshift1(tmp, q)
270 || !BN_mod(c, X, tmp, ctx)
276 || !BN_sub(tmp, c, BN_value_one())
277 || !BN_sub(p, X, tmp))
522 BIGNUM *tmp, *pm1, *e, *test;
580 tmp = BN_CTX_get(ctx);
581 if (tmp == NULL)
733 tmp, res))
748 if (!generate_canonical_g(ctx, mont, md, g, tmp, p, e,
759 if (!generate_unverifiable_g(ctx, mont, g, tmp, p, e, pm1, &hret))
814 BIGNUM *r0, *test, *tmp, *g = NULL, *q = NULL, *p = NULL;
889 tmp = BN_CTX_get(ctx);
991 if (!generate_unverifiable_g(ctx, mont, g, tmp, p, r0, test, &hret))
995 params->g, tmp,