Searched refs:ScalarBaseMult (Results 1 - 4 of 4) 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.cc123 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

Completed in 129 milliseconds