Home | History | Annotate | Download | only in ec

Lines Matching full:bignum

118 int ec_GFp_mont_group_set_curve(EC_GROUP *group, const BIGNUM *p,
119 const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) {
159 int ec_GFp_mont_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a,
160 const BIGNUM *b, BN_CTX *ctx) {
169 int ec_GFp_mont_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a,
179 int ec_GFp_mont_field_encode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a,
189 int ec_GFp_mont_field_decode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a,
201 BIGNUM *x, BIGNUM *y,
231 BIGNUM *Z_1 = BN_CTX_get(ctx);
232 BIGNUM *Z_2 = BN_CTX_get(ctx);
233 BIGNUM *Z_3 = BN_CTX_get(ctx);