Searched refs:ec_wNAF_mul (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ec/
H A Dec2_mult.c337 * or fewer points. Use the ec_wNAF_mul implementation for 3 or more points,
342 ret = ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
381 * because ec_GF2m_simple_mul() uses ec_wNAF_mul() if appropriate */
H A Dec_lcl.h286 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
H A Dec_mult.c346 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, function
749 * for use with wNAF splitting as implemented in ec_wNAF_mul().
H A Dec_lib.c1123 return ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ec/
H A Dec2_mult.c393 * 2 or fewer points. Use the ec_wNAF_mul implementation for 3 or more
399 ret = ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
450 * ec_GF2m_simple_mul() uses ec_wNAF_mul() if appropriate
H A Dec_lcl.h317 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
H A Dec_mult.c330 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, function
724 * for use with wNAF splitting as implemented in ec_wNAF_mul().
H A Dec_lib.c1051 return ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ec/
H A Dec2_mult.c337 * or fewer points. Use the ec_wNAF_mul implementation for 3 or more points,
342 ret = ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
381 * because ec_GF2m_simple_mul() uses ec_wNAF_mul() if appropriate */
H A Dec_lcl.h286 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
H A Dec_mult.c346 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, function
749 * for use with wNAF splitting as implemented in ec_wNAF_mul().
H A Dec_lib.c1123 return ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/ec/
H A Dec2_mult.c393 * 2 or fewer points. Use the ec_wNAF_mul implementation for 3 or more
399 ret = ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
450 * ec_GF2m_simple_mul() uses ec_wNAF_mul() if appropriate
H A Dec_lcl.h317 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
H A Dec_mult.c330 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, function
724 * for use with wNAF splitting as implemented in ec_wNAF_mul().
H A Dec_lib.c1051 return ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/ec/
H A Dec2_mult.c337 * or fewer points. Use the ec_wNAF_mul implementation for 3 or more points,
342 ret = ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
381 * because ec_GF2m_simple_mul() uses ec_wNAF_mul() if appropriate */
H A Dec_lcl.h286 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
H A Dec_mult.c346 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, function
749 * for use with wNAF splitting as implemented in ec_wNAF_mul().
H A Dec_lib.c1123 return ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/ec/
H A Dec2_mult.c393 * 2 or fewer points. Use the ec_wNAF_mul implementation for 3 or more
399 ret = ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
450 * ec_GF2m_simple_mul() uses ec_wNAF_mul() if appropriate
H A Dec_lcl.h317 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
H A Dec_mult.c330 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, function
724 * for use with wNAF splitting as implemented in ec_wNAF_mul().
H A Dec_lib.c1051 return ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);

Completed in 304 milliseconds