HomeSort by relevance Sort by last modified time
    Searched refs:ec_wNAF_mul (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/ec/
ec2_mult.c 334 * or fewer points. Use the ec_wNAF_mul implementation for 3 or more points,
339 ret = ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
378 * because ec_GF2m_simple_mul() uses ec_wNAF_mul() if appropriate */
ec_lcl.h 292 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
ec_mult.c 346 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
748 * for use with wNAF splitting as implemented in ec_wNAF_mul().
ec_lib.c 1055 return ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);

Completed in 167 milliseconds