Home | History | Annotate | Download | only in tpm2

Lines Matching refs:pE

476     EC_POINT                  *pK = NULL, *pL = NULL, *pE = NULL, *pM = NULL, *pB = NULL;
547 if((pE = EC_POINT_new(group)) == NULL)
554 retVal = PointMul(group, pE, NULL, pM, bnR, context);
558 retVal = PointMul(group, pE, bnR, NULL, NULL, context);
561 Point2B(group, E, pE, (INT16)keySizeInBytes, context);
567 if(pE != NULL) EC_POINT_free(pE);
1553 TPMS_ECC_POINT pE;
1577 if(_cpri__EccPointMultiply(&pE, curveId, sIn, Qin, &minusR) != CRYPT_SUCCESS)
1580 if(Mod2B(&pE.x.b, n) != CRYPT_SUCCESS)
1582 _math__Normalize2B(&pE.x.b);
1583 // rPrime = h(digest || pE.x) mod n;
1586 _cpri__UpdateHash(&hashState, pE.x.t.size, pE.x.t.buffer);