Home
last modified time | relevance | path

Searched refs:PointMul (Results 1 – 2 of 2) sorted by relevance

/external/tpm2/
DCpriECC.c267 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()
[all …]
Dpart4.txt928 …B.13.3.2.8. PointMul() ....................................................................…
33335 B.13.3.2.8. PointMul()
33345 197 PointMul(
33544 344 if((retVal = PointMul(group, R, bnD, Q, bnU, context)) == CRYPT_SUCCESS)
33670 435 if((retVal = PointMul(group, pK, NULL, pB, bnD, context)) != CRYPT_SUCCESS)
33683 448 if((retVal = PointMul(group, pL, NULL, pB, bnR, context)) != CRYPT_SUCCESS)
33707 472 retVal = PointMul(group, pE, NULL, pM, bnR, context);
33711 476 retVal = PointMul(group, pE, bnR, NULL, NULL, context);
34372 1005 if(PointMul(group, pR, bnK, NULL, NULL, context) == CRYPT_NO_RESULT)
35262 1730 if( (retVal = PointMul(group, pQeA, bnDeA, NULL, NULL, context))
[all …]