Home | History | Annotate | Download | only in tpm2

Lines Matching refs:outZ2

2071    TPMS_ECC_POINT                *outZ2,         //   OUT: Ze
2114 Point2B(group, outZ2, pQ, size, context);
2135 TPMS_ECC_POINT *outZ2, // OUT: and optional second point
2151 if(outZ2 != NULL)
2153 outZ2->x.b.size = 0;
2154 outZ2->y.b.size = 0;
2159 return C_2_2_ECDH(outZ1, outZ2, curveId, dsA, deA, QsB, QeB);