Searched refs:ec_wNAF_mul (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/crypto/libressl/crypto/ec/ |
H A D | ec2_mult.c | 397 ret = ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx); in ec_GF2m_simple_mul()
|
H A D | ec_mult.c | 335 ec_wNAF_mul(const EC_GROUP * group, EC_POINT * r, const BIGNUM * scalar, in ec_wNAF_mul() function
|
H A D | ec_lcl.h | 305 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
|
H A D | ecp_smpl.c | 1724 return ec_wNAF_mul(group, r, g_scalar, 1, &point, &p_scalar, ctx); in ec_GFp_simple_mul_double_nonct()
|