Searched refs:groupContext (Results 1 – 1 of 1) sorted by relevance
143 BN_CTX *groupContext // IN: the context in which the group is to be in EccCurveInit() argument160 pAssert(groupContext != NULL && curveData != NULL); in EccCurveInit()184 ok = ( (group = EC_GROUP_new_curve_GFp(bnP, bnA, bnB, groupContext)) != NULL in EccCurveInit()186 && EC_POINT_set_affine_coordinates_GFp(group, P, bnX, bnY, groupContext) in EccCurveInit()