Searched refs:tmp_point (Results 1 – 1 of 1) sorted by relevance
238 EC_POINT *tmp_point = NULL; in ecdsa_sign_setup() local263 tmp_point = EC_POINT_new(group); in ecdsa_sign_setup()264 if (tmp_point == NULL) { in ecdsa_sign_setup()304 if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx)) { in ecdsa_sign_setup()308 if (!EC_POINT_get_affine_coordinates_GFp(group, tmp_point, X, NULL, ctx)) { in ecdsa_sign_setup()355 EC_POINT_free(tmp_point); in ecdsa_sign_setup()