Home | History | Annotate | Download | only in tpm2

Lines Matching refs:pK

476     EC_POINT                  *pK = NULL, *pL = NULL, *pE = NULL, *pM = NULL, *pB = NULL;
515 if( (pK = EC_POINT_new(group)) == NULL
522 if((retVal = PointMul(group, pK, NULL, pB, bnD, context)) != CRYPT_SUCCESS)
525 Point2B(group, K, pK, (INT16)keySizeInBytes, context);
565 if(pK != NULL) EC_POINT_free(pK);