Lines Matching refs:BN_CTX
92 const BIGNUM *b, BN_CTX *);
96 BIGNUM *x, BIGNUM *y, BN_CTX *);
104 const EC_POINT *p, const BIGNUM *p_scalar, BN_CTX *ctx);
113 BN_CTX *ctx);
121 const BIGNUM *b, BN_CTX *);
122 int (*field_sqr)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *);
125 BN_CTX *); /* e.g. to Montgomery */
127 BN_CTX *); /* e.g. from Montgomery */
128 int (*field_set_to_one)(const EC_GROUP *, BIGNUM *r, BN_CTX *);
178 const EC_POINT *p, const BIGNUM *p_scalar, BN_CTX *ctx);
186 const BIGNUM *b, BN_CTX *);
188 BIGNUM *b, BN_CTX *);
190 int ec_GFp_simple_group_check_discriminant(const EC_GROUP *, BN_CTX *);
199 const BIGNUM *z, BN_CTX *);
203 BN_CTX *);
206 BN_CTX *);
209 BIGNUM *y, BN_CTX *);
212 BN_CTX *);
214 const EC_POINT *b, BN_CTX *);
216 BN_CTX *);
217 int ec_GFp_simple_invert(const EC_GROUP *, EC_POINT *, BN_CTX *);
219 int ec_GFp_simple_is_on_curve(const EC_GROUP *, const EC_POINT *, BN_CTX *);
221 BN_CTX *);
222 int ec_GFp_simple_make_affine(const EC_GROUP *, EC_POINT *, BN_CTX *);
224 EC_POINT * [], BN_CTX *);
226 const BIGNUM *b, BN_CTX *);
228 BN_CTX *);
233 const BIGNUM *b, BN_CTX *);
238 const BIGNUM *b, BN_CTX *);
240 BN_CTX *);
242 BN_CTX *);
244 BN_CTX *);
245 int ec_GFp_mont_field_set_to_one(const EC_GROUP *, BIGNUM *r, BN_CTX *);
250 BN_CTX *ctx);