Lines Matching refs:PointMul
267 PointMul( in PointMul() function
413 if((retVal = PointMul(group, R, bnD, Q, bnU, context)) == CRYPT_SUCCESS) in _cpri__EccPointMultiply()
519 if((retVal = PointMul(group, pK, NULL, pB, bnD, context)) != CRYPT_SUCCESS) in _cpri__EccCommitCompute()
530 if((retVal = PointMul(group, pL, NULL, pB, bnR, context)) != CRYPT_SUCCESS) in _cpri__EccCommitCompute()
551 retVal = PointMul(group, pE, NULL, pM, bnR, context); in _cpri__EccCommitCompute()
555 retVal = PointMul(group, pE, bnR, NULL, NULL, context); in _cpri__EccCommitCompute()
1129 if(PointMul(group, pR, bnK, NULL, NULL, context) == CRYPT_NO_RESULT) in SchnorrEcc()
1871 if( (retVal = PointMul(group, pQeA, bnDeA, NULL, NULL, context)) in C_2_2_MQV()
1908 if(PointMul(group, pQeB, NULL, pQeB, bnTa, context) == CRYPT_SUCCESS) in C_2_2_MQV()
2012 if( (retVal = PointMul(group, pQeA, bnDeA, NULL, NULL, context)) in SM2KeyExchange()
2048 if(PointMul(group, pQeB, NULL, pQeB, bnTa, context) == CRYPT_SUCCESS) in SM2KeyExchange()
2104 if(PointMul(group, pQ, NULL, pQ, bnD, context) != CRYPT_NO_RESULT) in C_2_2_ECDH()
2112 if(PointMul(group, pQ, NULL, pQ, bnD, context) != CRYPT_NO_RESULT) in C_2_2_ECDH()