Searched refs:kBasePoint (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/crypto/
H A Dcurve25519.cc25 // kBasePoint is the base point (generator) of the elliptic curve group.
28 static const unsigned char kBasePoint[32] = {9}; member in namespace:crypto::curve25519
31 curve25519_donna(public_key, private_key, kBasePoint);
H A Dp224.cc706 // kBasePoint is the base point (generator) of the elliptic curve group.
707 static const Point kBasePoint = { member in namespace:crypto::p224
716 ::ScalarMult(out, kBasePoint, scalar, 28);

Completed in 68 milliseconds