Lines Matching refs:CRYPT_NO_RESULT
19322 TPM_RC_NO_RESULT CRYPT_NO_RESULT
19340 20 case CRYPT_NO_RESULT:
20996 1071 // _cpri__EccPointMultiply may return CRYPT_POINT or CRYPT_NO_RESULT
20999 1074 // CRYPT_POINT->TPM_RC_ECC_POINT and CRYPT_NO_RESULT->TPM_RC_NO_RESULT
21324 1300 // CRYPT_NO_RESULT->TPM_RC_NO_RESULT CRYPT_CANCEL->TPM_RC_CANCELLED
25437 118 #define CRYPT_NO_RESULT ((CRYPT_RESULT) -1)
33341 CRYPT_NO_RESULT point is at infinity
33357 209 return CRYPT_NO_RESULT;
33438 If the multiply produces the point at infinity, the CRYPT_NO_RESULT is returned.
33454 CRYPT_NO_RESULT the product point is at infinity
33595 CRYPT_NO_RESULT if K, L or E was computed to be the point at infinity
33927 645 != CRYPT_NO_RESULT)
33974 680 // has to be supported. Thus the only possible error is CRYPT_NO_RESULT.
33976 682 if(retVal != CRYPT_NO_RESULT)
34065 758 != CRYPT_NO_RESULT)
34372 1005 if(PointMul(group, pR, bnK, NULL, NULL, context) == CRYPT_NO_RESULT)
34415 1048 return CRYPT_NO_RESULT;
34568 1171 == CRYPT_NO_RESULT)
35191 CRYPT_NO_RESULT the value for dsA does not give a valid point on the curve
35366 CRYPT_NO_RESULT the value for dsA does not give a valid point on the curve
35547 1965 if(PointMul(group, pQ, NULL, pQ, bnD, context) != CRYPT_NO_RESULT)
35558 1976 if(PointMul(group, pQ, NULL, pQ, bnD, context) != CRYPT_NO_RESULT)