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

  /external/libchrome/crypto/
p224.cc 710 // kBasePoint is the base point (generator) of the elliptic curve group.
711 static const Point kBasePoint = {
720 ::ScalarMult(out, kBasePoint, scalar, 28);
  /external/libweave/third_party/chromium/crypto/
p224.cc 739 // kBasePoint is the base point (generator) of the elliptic curve group.
740 static const Point kBasePoint = {
749 ::ScalarMult(out, kBasePoint, scalar, 28);

Completed in 923 milliseconds