Home | History | Annotate | Download | only in ec

Lines Matching refs:EC_POINT_new

944 	if ((point = EC_POINT_new(ret)) == NULL) goto err;
1191 ret->pub_key = EC_POINT_new(ret->group);
1389 (ret->pub_key = EC_POINT_new(ret->group)) == NULL)