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

  /external/boringssl/src/crypto/fipsmodule/ecdsa/
ecdsa.c 173 ec_scalar_mul_montgomery(group, &u1, &m, &s_inv_mont);
174 ec_scalar_mul_montgomery(group, &u2, &r, &s_inv_mont);
283 ec_scalar_mul_montgomery(group, &s, priv_key, &r_mont);
290 ec_scalar_mul_montgomery(group, &s, &tmp, &kinv_mont);
  /external/boringssl/src/crypto/fipsmodule/ec/
scalar.c 74 void ec_scalar_mul_montgomery(const EC_GROUP *group, EC_SCALAR *r, function
internal.h 313 // ec_scalar_mul_montgomery sets |r| to |a| * |b| where inputs and outputs are
315 void ec_scalar_mul_montgomery(const EC_GROUP *group, EC_SCALAR *r,
318 // ec_scalar_mul_montgomery sets |r| to |a|^-1 where inputs and outputs are in
p256-x86_64_test.cc 154 ec_scalar_mul_montgomery(group.get(), &result, &in_scalar, &out_scalar);

Completed in 3626 milliseconds