Searched refs:p256 (Results 1 – 3 of 3) sorted by relevance
13 p256-64.c
2500 EC_GROUP *p256 = NULL; in ssl3_get_channel_id() local2571 p256 = EC_GROUP_new_by_curve_name(NID_X9_62_prime256v1); in ssl3_get_channel_id()2572 if (!p256) { in ssl3_get_channel_id()2593 point = EC_POINT_new(p256); in ssl3_get_channel_id()2594 if (!point || !EC_POINT_set_affine_coordinates_GFp(p256, point, &x, &y, NULL)) { in ssl3_get_channel_id()2599 if (!key || !EC_KEY_set_group(key, p256) || in ssl3_get_channel_id()2623 EC_GROUP_free(p256); in ssl3_get_channel_id()
129 src/crypto/ec/p256-64.c\