Home
last modified time | relevance | path

Searched refs:P256_POINT (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/ec/
Dp256-x86_64.h71 } P256_POINT; typedef
83 void ecp_nistz256_select_w5(P256_POINT *val, const P256_POINT in_t[16],
93 void ecp_nistz256_point_double(P256_POINT *r, const P256_POINT *a);
96 void ecp_nistz256_point_add(P256_POINT *r, const P256_POINT *a,
97 const P256_POINT *b);
102 void ecp_nistz256_point_add_affine(P256_POINT *r, const P256_POINT *a,
Dp256-x86_64_test.cc42 P256_POINT table[16]; in TEST()
50 P256_POINT val; in TEST()
53 P256_POINT expected; in TEST()
139 static bool PointToAffine(P256_POINT_AFFINE *out, const P256_POINT *in) { in PointToAffine()
198 const P256_POINT_AFFINE *expected, const P256_POINT *actual) { in ExpectPointsEqual()
301 P256_POINT a, b; in TestPointAdd()
312 P256_POINT ret; in TestPointAdd()
Dp256-x86_64.c218 static int ecp_nistz256_windowed_mul(const EC_GROUP *group, P256_POINT *r, in ecp_nistz256_windowed_mul()
230 alignas(64) P256_POINT table[16]; in ecp_nistz256_windowed_mul()
285 P256_POINT *row = table; in ecp_nistz256_windowed_mul()
311 alignas(32) P256_POINT h; in ecp_nistz256_windowed_mul()
376 P256_POINT p; in ecp_nistz256_points_mul()
467 P256_POINT *out = &t.p; in ecp_nistz256_points_mul()