Searched refs:ec_pt_context (Results 1 – 1 of 1) sorted by relevance
186 IppsGFpECPoint* ec_pt_context = NULL; in NewEcPoint() local209 ec_pt_context = (IppsGFpECPoint*)SAFE_ALLOC(sizeInBytes); in NewEcPoint()210 if (!ec_pt_context) { in NewEcPoint()215 sts = ippsGFpECPointInit(NULL, NULL, ec_pt_context, g->ipp_ec); in NewEcPoint()233 ecpoint->ipp_ec_pt = ec_pt_context; in NewEcPoint()238 SAFE_FREE(ec_pt_context); in NewEcPoint()