Searched refs:ScalarBaseMult (Results 1 - 8 of 8) sorted by relevance

/external/libchrome/crypto/
H A Dp224.h50 // ScalarBaseMult computes *out = g*scalar where g is the base point of the
52 void CRYPTO_EXPORT ScalarBaseMult(const uint8_t* scalar, Point* out);
H A Dp224_spake.cc120 p224::ScalarBaseMult(x_, &X);
H A Dp224_unittest.cc785 TEST(P224, ScalarBaseMult) {
789 p224::ScalarBaseMult(kNISTTestVectors[i].scalar, &point);
818 p224::ScalarBaseMult(reinterpret_cast<const uint8_t*>(zeros), &a);
H A Dp224.cc719 void ScalarBaseMult(const uint8_t* scalar, Point* out) { function in namespace:crypto::p224
/external/libweave/third_party/chromium/crypto/
H A Dp224.h47 // ScalarBaseMult computes *out = g*scalar where g is the base point of the
49 void ScalarBaseMult(const uint8_t* scalar, Point* out);
H A Dp224_spake.cc137 p224::ScalarBaseMult(x_, &X);
H A Dp224_unittest.cc785 TEST(P224, ScalarBaseMult) {
789 p224::ScalarBaseMult(kNISTTestVectors[i].scalar, &point);
818 p224::ScalarBaseMult(reinterpret_cast<const uint8_t*>(zeros), &a);
H A Dp224.cc748 void ScalarBaseMult(const uint8_t* scalar, Point* out) { function in namespace:crypto::p224

Completed in 240 milliseconds