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.h111 } P256_POINT; typedef
123 void ecp_nistz256_select_w5(P256_POINT *val, const P256_POINT in_t[16],
133 void ecp_nistz256_point_double(P256_POINT *r, const P256_POINT *a);
136 void ecp_nistz256_point_add(P256_POINT *r, const P256_POINT *a,
137 const P256_POINT *b);
142 void ecp_nistz256_point_add_affine(P256_POINT *r, const P256_POINT *a,
Dp256-x86_64_test.cc44 alignas(64) P256_POINT table[16]; in TEST()
52 P256_POINT val; in TEST()
55 P256_POINT expected; in TEST()
68 P256_POINT val; in TEST()
218 static bool PointToAffine(P256_POINT_AFFINE *out, const P256_POINT *in) { in PointToAffine()
275 const P256_POINT_AFFINE *expected, const P256_POINT *actual) { in ExpectPointsEqual()
378 P256_POINT a, b; in TestPointAdd()
389 P256_POINT ret; in TestPointAdd()
524 static const P256_POINT kA = { in TEST()
532 static const P256_POINT kB = { in TEST()
[all …]
Dp256-x86_64.c202 static void ecp_nistz256_windowed_mul(const EC_GROUP *group, P256_POINT *r, in ecp_nistz256_windowed_mul()
215 alignas(64) P256_POINT table[16]; in ecp_nistz256_windowed_mul()
223 P256_POINT *row = table; in ecp_nistz256_windowed_mul()
246 alignas(32) P256_POINT h; in ecp_nistz256_windowed_mul()
294 P256_POINT p;
326 P256_POINT *out = &t->p; in mul_p_add_and_store()
478 P256_POINT a, b; in ecp_nistz256_add()
493 P256_POINT a; in ecp_nistz256_dbl()