Lines Matching refs:BIGNUM
92 BIGNUM *p;
93 BIGNUM *q;
95 BIGNUM *g;
97 BIGNUM *j;
127 void ossl_ffc_params_set0_pqg(FFC_PARAMS *params, BIGNUM *p, BIGNUM *q,
128 BIGNUM *g);
129 void ossl_ffc_params_get0_pqg(const FFC_PARAMS *params, const BIGNUM **p,
130 const BIGNUM **q, const BIGNUM **g);
131 void ossl_ffc_params_set0_j(FFC_PARAMS *d, BIGNUM *j);
187 int N, int s, BIGNUM *priv);
190 const BIGNUM *p, const BIGNUM *q,
191 const BIGNUM *g, BIGNUM *tmp,
195 const BIGNUM *pub_key, int *ret);
197 const BIGNUM *pub_key, int *ret);
198 int ossl_ffc_validate_private_key(const BIGNUM *upper, const BIGNUM *priv_key,
209 const DH_NAMED_GROUP *ossl_ffc_numbers_to_dh_named_group(const BIGNUM *p,
210 const BIGNUM *q,
211 const BIGNUM *g);
217 const BIGNUM *ossl_ffc_named_group_get_q(const DH_NAMED_GROUP *group);