Home
last modified time | relevance | path

Searched refs:ec_point_mul_scalar (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/ec/
Dinternal.h200 int ec_point_mul_scalar(const EC_GROUP *group, EC_POINT *r,
Dec.c873 ret = ec_point_mul_scalar(group, r, g_scalar_arg, p, p_scalar_arg, ctx); in EC_POINT_mul()
900 int ec_point_mul_scalar(const EC_GROUP *group, EC_POINT *r, in ec_point_mul_scalar() function
/external/boringssl/src/crypto/fipsmodule/ecdsa/
Decdsa.c365 if (!ec_point_mul_scalar(group, tmp_point, &k, NULL, NULL, ctx) || in ecdsa_sign_setup()