Home | History | Annotate | Download | only in tpm2

Lines Matching defs:pR

1076    EC_POINT                *pR = NULL;
1113 || (pR = EC_POINT_new(group)) == NULL
1129 // Convert 'k' and generate pR = ['k']G
1132 if(PointMul(group, pR, bnK, NULL, NULL, context) == CRYPT_NO_RESULT)
1137 EC_POINT_get_affine_coordinates_GFp(group, pR, bnR, NULL, context);
1160 EC_POINT_free(pR);