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

/external/tpm2/
H A DCpriECC.c1829 EC_POINT *pQeB = NULL; local
1871 pQeB = EccInitPoint2B(group, QeB, context);
1907 || !EC_POINT_add(group, pQeB, pQeB, pQsB, context)
1911 if(PointMul(group, pQeB, NULL, pQeB, bnTa, context) == CRYPT_SUCCESS)
1913 Point2B(group, outZ, pQeB, (INT16)BN_num_bytes(bnN), context);
1916 if(pQeB != NULL) EC_POINT_free(pQeB);
1974 EC_POINT *pQeB local
[all...]

Completed in 197 milliseconds