Searched refs:P256_POINT (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/ec/ |
H 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 …]
|
H 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() 634 temp = (P256_POINT *)(table + num); in ecp_nistz256_windowed_mul() 637 P256_POINT *row = table[i]; in ecp_nistz256_windowed_mul() 958 P256_POINT p; in ecp_nistz256_points_mul() [all …]
|
/openssl/util/ |
H A D | indent.pro | 322 -T P256_POINT
|
Completed in 12 milliseconds