Home
last modified time | relevance | path

Searched refs:groupContext (Results 1 – 1 of 1) 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()