HomeSort by relevance Sort by last modified time
    Searched refs:CRYPT_NO_RESULT (Results 1 - 3 of 3) sorted by null

  /external/tpm2/
CryptoEngine.h 216 #define CRYPT_NO_RESULT ((CRYPT_RESULT) -1)
CpriECC.c 263 // CRYPT_NO_RESULT point is at infinity
279 return CRYPT_NO_RESULT;
327 // If the multiply produces the point at infinity, the CRYPT_NO_RESULT is returned.
338 // CRYPT_NO_RESULT the product point is at infinity
458 // CRYPT_NO_RESULT if K, L or E was computed to be the point at infinity
740 != CRYPT_NO_RESULT)
777 // has to be supported. Thus the only possible error is CRYPT_NO_RESULT.
779 if(retVal != CRYPT_NO_RESULT)
857 != CRYPT_NO_RESULT
    [all...]
CryptUtil.c 25 // TPM_RC_NO_RESULT CRYPT_NO_RESULT
43 case CRYPT_NO_RESULT:
    [all...]

Completed in 59 milliseconds