Searched refs:felem_reduce (Results 1 – 3 of 3) sorted by relevance
/openssl-master/crypto/ec/ |
A D | ecp_nistp224.c | 595 felem_reduce(out, tmp); in felem_square_reduce() 602 felem_reduce(out, tmp); in felem_mul_reduce() 672 felem_reduce(out, tmp); in felem_neg() 838 felem_reduce(beta, tmp); in point_double() 947 felem_reduce(ftmp, tmp); in point_add() 969 felem_reduce(ftmp, tmp); in point_add() 1027 felem_reduce(ftmp, tmp); in point_add() 1354 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp224_point_get_affine_coordinates() 1356 felem_reduce(x_in, tmp); in ossl_ec_GFp_nistp224_point_get_affine_coordinates() 1365 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp224_point_get_affine_coordinates() [all …]
|
A D | ecp_nistp521.c | 733 felem_reduce(out, tmp); in felem_square_reduce() 740 felem_reduce(out, tmp); in felem_mul_reduce() 1124 felem_reduce(alpha, tmp); in point_double() 1136 felem_reduce(x_out, tmp); in point_double() 1221 felem_reduce(ftmp, tmp); in point_add() 1285 felem_reduce(ftmp, tmp); in point_add() 1343 felem_reduce(ftmp, tmp); in point_add() 1858 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp521_point_get_affine_coordinates() 1860 felem_reduce(x_in, tmp); in ossl_ec_GFp_nistp521_point_get_affine_coordinates() 1869 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp521_point_get_affine_coordinates() [all …]
|
A D | ecp_nistp256.c | 1118 felem_reduce(delta, tmp); in point_double() 1123 felem_reduce(gamma, tmp); in point_double() 1129 felem_reduce(beta, tmp); in point_double() 1140 felem_reduce(alpha, tmp); in point_double() 1253 felem_reduce(ftmp, tmp); in point_add() 1330 felem_reduce(ftmp, tmp); in point_add() 1373 felem_reduce(ftmp, tmp); in point_add() 1966 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp256_point_get_affine_coordinates() 1968 felem_reduce(x_in, tmp); in ossl_ec_GFp_nistp256_point_get_affine_coordinates() 1977 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp256_point_get_affine_coordinates() [all …]
|
Completed in 15 milliseconds