diff options
-rw-r--r-- | src/lib/libcrypto/ec/ec_local.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/libcrypto/ec/ec_local.h b/src/lib/libcrypto/ec/ec_local.h index 3137c76361..e051a4aa17 100644 --- a/src/lib/libcrypto/ec/ec_local.h +++ b/src/lib/libcrypto/ec/ec_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_local.h,v 1.3 2023/03/04 14:53:23 jsing Exp $ */ | 1 | /* $OpenBSD: ec_local.h,v 1.4 2023/03/05 16:06:14 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Originally written by Bodo Moeller for the OpenSSL project. | 3 | * Originally written by Bodo Moeller for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -427,13 +427,6 @@ int ec_GF2m_simple_field_mul(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, const | |||
427 | int ec_GF2m_simple_field_sqr(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); | 427 | int ec_GF2m_simple_field_sqr(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); |
428 | int ec_GF2m_simple_field_div(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *); | 428 | int ec_GF2m_simple_field_div(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *); |
429 | 429 | ||
430 | |||
431 | /* method functions in ec2_mult.c */ | ||
432 | int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, | ||
433 | size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *); | ||
434 | int ec_GF2m_precompute_mult(EC_GROUP *group, BN_CTX *ctx); | ||
435 | int ec_GF2m_have_precompute_mult(const EC_GROUP *group); | ||
436 | |||
437 | /* method functions in ec2_mult.c */ | 430 | /* method functions in ec2_mult.c */ |
438 | int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, | 431 | int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, |
439 | size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *); | 432 | size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *); |