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

  /external/boringssl/src/crypto/fipsmodule/ecdsa/
ecdsa.c 245 !ec_bignum_to_scalar(group, &r, sig->r) ||
247 !ec_bignum_to_scalar(group, &s, sig->s)) {
335 if (!ec_bignum_to_scalar(group, &k, eckey->fixed_k)) {
428 if (!ec_bignum_to_scalar(group, &r_mont, ret->r) ||
  /external/boringssl/src/crypto/fipsmodule/ec/
internal.h 181 // ec_bignum_to_scalar converts |in| to an |EC_SCALAR| and writes it to
183 int ec_bignum_to_scalar(const EC_GROUP *group, EC_SCALAR *out,
186 // ec_bignum_to_scalar_unchecked behaves like |ec_bignum_to_scalar| but does not
ec.c 818 if (ec_bignum_to_scalar(group, out, in)) {
948 int ec_bignum_to_scalar(const EC_GROUP *group, EC_SCALAR *out, function
    [all...]

Completed in 491 milliseconds