Searched refs:tmp_point (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/ecdsa/
H A Decdsa.c238 EC_POINT *tmp_point = NULL; local
263 tmp_point = EC_POINT_new(group);
264 if (tmp_point == NULL) {
304 if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx)) {
308 if (!EC_POINT_get_affine_coordinates_GFp(group, tmp_point, X, NULL, ctx)) {
355 EC_POINT_free(tmp_point);

Completed in 80 milliseconds