Home
last modified time | relevance | path

Searched refs:groupContext (Results 1 – 2 of 2) sorted by relevance

/external/tpm2/
DCpriECC.c143 BN_CTX *groupContext // IN: the context in which the group is to be in EccCurveInit() argument
160 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()
Dpart4.txt33188 It is a fatal error if groupContext is not provided.
33193 non-NULL points to a structure in groupContext static EC_GROUP *
33198 84 BN_CTX *groupContext // IN: the context in which the group is to be
33216 102 pAssert(groupContext != NULL && curveData != NULL);
33251 132 ok = ( (group = EC_GROUP_new_curve_GFp(bnP, bnA, bnB, groupContext)) != NULL
33253 134 && EC_POINT_set_affine_coordinates_GFp(group, P, bnX, bnY, groupContext)