Searched refs:P256_POINT (Results 1 – 2 of 2) sorted by relevance
| /crypto/ec/ |
| A D | ecp_sm2p256.c | 34 } P256_POINT; typedef 188 static void ecp_sm2p256_point_double(P256_POINT *R, const P256_POINT *P) in ecp_sm2p256_point_double() 224 static void ecp_sm2p256_point_add_affine(P256_POINT *R, const P256_POINT *P, in ecp_sm2p256_point_add_affine() 255 P256_POINT K; in ecp_sm2p256_point_add_affine() 287 static void ecp_sm2p256_point_add(P256_POINT *R, const P256_POINT *P, in ecp_sm2p256_point_add() 350 memset(R, 0, sizeof(P256_POINT)); in ecp_sm2p256_point_G_mul_by_scalar() 387 memset(R, 0, sizeof(P256_POINT)); in ecp_sm2p256_point_P_mul_by_scalar() 514 P256_POINT kP; in ecp_sm2p256_windowed_mul() 516 P256_POINT p; in ecp_sm2p256_windowed_mul() 577 P256_POINT p; in ecp_sm2p256_points_mul() [all …]
|
| A D | ecp_nistz256.c | 49 } P256_POINT; typedef 249 void ecp_nistz256_point_double(P256_POINT *r, const P256_POINT *a); 250 void ecp_nistz256_point_add(P256_POINT *r, 251 const P256_POINT *a, const P256_POINT *b); 257 static void ecp_nistz256_point_double(P256_POINT *r, const P256_POINT *a) in ecp_nistz256_point_double() 304 const P256_POINT *a, const P256_POINT *b) in ecp_nistz256_point_add() 622 P256_POINT (*table)[16] = NULL; in ecp_nistz256_windowed_mul() 633 temp = (P256_POINT *)(table + num); in ecp_nistz256_windowed_mul() 636 P256_POINT *row = table[i]; in ecp_nistz256_windowed_mul() 957 P256_POINT p; in ecp_nistz256_points_mul() [all …]
|
Completed in 7 milliseconds