Lines Matching refs:PointMul
267 PointMul( in PointMul() function
413 if((retVal = PointMul(group, R, bnD, Q, bnU, context)) == CRYPT_SUCCESS) in _cpri__EccPointMultiply()
522 if((retVal = PointMul(group, pK, NULL, pB, bnD, context)) != CRYPT_SUCCESS) in _cpri__EccCommitCompute()
533 if((retVal = PointMul(group, pL, NULL, pB, bnR, context)) != CRYPT_SUCCESS) in _cpri__EccCommitCompute()
554 retVal = PointMul(group, pE, NULL, pM, bnR, context); in _cpri__EccCommitCompute()
558 retVal = PointMul(group, pE, bnR, NULL, NULL, context); in _cpri__EccCommitCompute()
1132 if(PointMul(group, pR, bnK, NULL, NULL, context) == CRYPT_NO_RESULT) in SchnorrEcc()
1874 if( (retVal = PointMul(group, pQeA, bnDeA, NULL, NULL, context)) in C_2_2_MQV()
1911 if(PointMul(group, pQeB, NULL, pQeB, bnTa, context) == CRYPT_SUCCESS) in C_2_2_MQV()
2015 if( (retVal = PointMul(group, pQeA, bnDeA, NULL, NULL, context)) in SM2KeyExchange()
2051 if(PointMul(group, pQeB, NULL, pQeB, bnTa, context) == CRYPT_SUCCESS) in SM2KeyExchange()
2107 if(PointMul(group, pQ, NULL, pQ, bnD, context) != CRYPT_NO_RESULT) in C_2_2_ECDH()
2115 if(PointMul(group, pQ, NULL, pQ, bnD, context) != CRYPT_NO_RESULT) in C_2_2_ECDH()