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

/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dwnaf.c296 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, function
325 OPENSSL_PUT_ERROR(EC, ec_wNAF_mul, EC_R_INCOMPATIBLE_OBJECTS);
335 OPENSSL_PUT_ERROR(EC, ec_wNAF_mul, EC_R_INCOMPATIBLE_OBJECTS);
349 OPENSSL_PUT_ERROR(EC, ec_wNAF_mul, EC_R_UNDEFINED_GENERATOR);
373 OPENSSL_PUT_ERROR(EC, ec_wNAF_mul, ERR_R_INTERNAL_ERROR);
393 OPENSSL_PUT_ERROR(EC, ec_wNAF_mul, ERR_R_MALLOC_FAILURE);
422 OPENSSL_PUT_ERROR(EC, ec_wNAF_mul, ERR_R_INTERNAL_ERROR);
431 OPENSSL_PUT_ERROR(EC, ec_wNAF_mul, ERR_R_INTERNAL_ERROR);
464 OPENSSL_PUT_ERROR(EC, ec_wNAF_mul, ERR_R_INTERNAL_ERROR);
478 OPENSSL_PUT_ERROR(EC, ec_wNAF_mul, ERR_R_INTERNAL_ERRO
[all...]
H A Dinternal.h255 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
H A Dec.c840 return ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
/external/openssl/crypto/ec/
H A Dec2_mult.c339 * or fewer points. Use the ec_wNAF_mul implementation for 3 or more points,
344 ret = ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
383 * because ec_GF2m_simple_mul() uses ec_wNAF_mul() if appropriate */
H A Dec_lcl.h293 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
748 * for use with wNAF splitting as implemented in ec_wNAF_mul().
H A Dec_lib.c1055 return ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);

Completed in 127 milliseconds