Searched refs:p224 (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/crypto/
H A Dp224_spake.cc11 #include <crypto/p224.h>
40 // EC_GROUP* p224 = EC_GROUP_new_by_curve_name(NID_secp224r1);
41 // EC_POINT* p = EC_POINT_new(p224);
48 // p224, p, &x, digest[28] & 1, NULL)) {
50 // EC_POINT_get_affine_coordinates_GFp(p224, p, &x, &y, NULL);
69 // EC_GROUP_free(p224);
78 const crypto::p224::Point kM = {
86 const crypto::p224::Point kN = {
109 p224::Point X;
110 p224
[all...]
H A Dp224_spake.h9 #include <crypto/p224.h>
101 uint8 x_[p224::kScalarBytes];
104 uint8 pw_[p224::kScalarBytes];
H A Dp224.h18 namespace p224 { namespace in namespace:crypto
56 } // namespace p224
H A Dcrypto.target.darwin-arm.mk41 crypto/p224.cc \
H A Dcrypto.target.darwin-arm64.mk41 crypto/p224.cc \
H A Dcrypto.target.darwin-mips.mk41 crypto/p224.cc \
H A Dcrypto.target.darwin-mips64.mk41 crypto/p224.cc \
H A Dcrypto.target.darwin-x86.mk41 crypto/p224.cc \
H A Dcrypto.target.darwin-x86_64.mk41 crypto/p224.cc \
H A Dcrypto.target.linux-arm.mk41 crypto/p224.cc \
H A Dcrypto.target.linux-arm64.mk41 crypto/p224.cc \
H A Dcrypto.target.linux-mips.mk41 crypto/p224.cc \
H A Dcrypto.target.linux-mips64.mk41 crypto/p224.cc \
H A Dcrypto.target.linux-x86.mk41 crypto/p224.cc \
H A Dcrypto.target.linux-x86_64.mk41 crypto/p224.cc \
H A Dp224.cc10 #include "crypto/p224.h"
33 using crypto::p224::FieldElement;
416 using crypto::p224::Point;
645 namespace p224 { namespace in namespace:crypto
741 } // namespace p224
H A Dp224_unittest.cc8 #include "crypto/p224.h"
14 using p224::Point;
788 p224::ScalarBaseMult(kNISTTestVectors[i].scalar, &point);
804 p224::Negate(b, &minus_b);
805 p224::Add(a, b, &sum);
807 p224::Add(minus_b, sum, &a_again);
817 p224::ScalarBaseMult(reinterpret_cast<const uint8*>(zeros), &a);

Completed in 103 milliseconds