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

  /external/libchrome/crypto/
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);
p224_spake.cc 120 p224::ScalarBaseMult(x_, &X);
p224_unittest.cc 785 TEST(P224, ScalarBaseMult) {
789 p224::ScalarBaseMult(kNISTTestVectors[i].scalar, &point);
    [all...]
p224.cc 719 void ScalarBaseMult(const uint8_t* scalar, Point* out) {
  /external/libweave/third_party/chromium/crypto/
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);
p224_spake.cc 137 p224::ScalarBaseMult(x_, &X);
p224_unittest.cc 785 TEST(P224, ScalarBaseMult) {
789 p224::ScalarBaseMult(kNISTTestVectors[i].scalar, &point);
    [all...]
p224.cc 748 void ScalarBaseMult(const uint8_t* scalar, Point* out) {

Completed in 268 milliseconds