Searched defs:ecP (Results 1 - 1 of 1) sorted by relevance

/external/tpm2/
H A DCpriECC.c105 EC_POINT *ecP, // IN: the point to convert
117 || EC_POINT_get_affine_coordinates_GFp(group, ecP, bnX, bnY, context) != 1
210 EC_POINT *ecP, // IN: an existing BN point in the group
218 if(ecP == NULL)
227 || !EC_POINT_set_affine_coordinates_GFp(group, ecP, bnX, bnY, context)
231 return ecP;
247 EC_POINT *ecP; local
249 ecP = EC_POINT_new(group);
250 if(PointFrom2B(group, ecP, p, context) == NULL)
253 return ecP;
102 Point2B( EC_GROUP *group, TPMS_ECC_POINT *p, EC_POINT *ecP, INT16 size, BN_CTX *context ) argument
208 PointFrom2B( EC_GROUP *group, EC_POINT *ecP, TPMS_ECC_POINT *p, BN_CTX *context ) argument
[all...]

Completed in 142 milliseconds