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

  /external/boringssl/src/crypto/fipsmodule/ec/
scalar.c 40 int ec_scalar_is_zero(const EC_GROUP *group, const EC_SCALAR *a) { function
internal.h 298 // ec_scalar_is_zero returns one if |a| is zero and zero otherwise.
299 int ec_scalar_is_zero(const EC_GROUP *group, const EC_SCALAR *a);
  /external/boringssl/src/crypto/fipsmodule/ecdsa/
ecdsa.c 239 } while (ec_scalar_is_zero(group, out_r));

Completed in 129 milliseconds