Searched refs:ScalarBaseMult (Results 1 - 8 of 8) sorted by relevance
/external/libchrome/crypto/ |
H A D | p224.h | 50 // 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 D | p224_spake.cc | 120 p224::ScalarBaseMult(x_, &X);
|
H A D | p224_unittest.cc | 785 TEST(P224, ScalarBaseMult) { 789 p224::ScalarBaseMult(kNISTTestVectors[i].scalar, &point); 818 p224::ScalarBaseMult(reinterpret_cast<const uint8_t*>(zeros), &a);
|
H A D | p224.cc | 719 void ScalarBaseMult(const uint8_t* scalar, Point* out) { function in namespace:crypto::p224
|
/external/libweave/third_party/chromium/crypto/ |
H A D | p224.h | 47 // ScalarBaseMult computes *out = g*scalar where g is the base point of the 49 void ScalarBaseMult(const uint8_t* scalar, Point* out);
|
H A D | p224_spake.cc | 137 p224::ScalarBaseMult(x_, &X);
|
H A D | p224_unittest.cc | 785 TEST(P224, ScalarBaseMult) { 789 p224::ScalarBaseMult(kNISTTestVectors[i].scalar, &point); 818 p224::ScalarBaseMult(reinterpret_cast<const uint8_t*>(zeros), &a);
|
H A D | p224.cc | 748 void ScalarBaseMult(const uint8_t* scalar, Point* out) { function in namespace:crypto::p224
|
Completed in 240 milliseconds