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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec2_mult.c330 * or fewer points. Use the ec_wNAF_mul implementation for 3 or more points,
335 ret = ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
370 * because ec_GF2m_simple_mul() uses ec_wNAF_mul() if appropriate */
H A Dec_lcl.h283 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
H A Dec_mult.c324 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, function
718 * 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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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 81 milliseconds