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

/external/tpm2/
H A DCpriECC.c110 BIGNUM *bnX; local
113 bnX = BN_CTX_get(context);
117 || EC_POINT_get_affine_coordinates_GFp(group, ecP, bnX, bnY, context) != 1
119 || (!BnTo2B(&p->x.b, bnX, size))
154 BIGNUM *bnX; local
168 bnX = BN_CTX_get(context);
178 BnFrom2B(bnX, curveData->x);
186 && EC_POINT_set_affine_coordinates_GFp(group, P, bnX, bnY, groupContext)
215 BIGNUM *bnX; local
221 bnX
596 BIGNUM *bnX; local
1787 avf1( BIGNUM *bnX, BIGNUM *bnN ) argument
1936 avfSm2( BIGNUM *bnX, BIGNUM *bnN ) argument
[all...]

Completed in 133 milliseconds