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

  /external/tpm2/
CpriRSA.c 334 // CRYPT_FAIL message size is too large
372 return CRYPT_FAIL;
422 // available, the size is not changed and the return code is CRYPT_FAIL.
428 // CRYPT_FAIL the padding is wrong or the buffer to receive the results is too small
461 return CRYPT_FAIL;
486 return CRYPT_FAIL;
498 return CRYPT_FAIL;
509 return CRYPT_FAIL;
566 // CRYPT_FAIL decoding error or results would no fit into provided buffer
590 return CRYPT_FAIL;
    [all...]
CryptoEngine.h 214 #define CRYPT_FAIL ((CRYPT_RESULT) 1)
CpriECC.c     [all...]
RSAKeySieve.c 771 // CRYPT_FAIL exponent is not prime or is less than 3; or could not find a prime using
819 return CRYPT_FAIL;
941 retVal = CRYPT_FAIL;
CryptUtil.c 24 // TPM_RC_VALUE CRYPT_FAIL
41 case CRYPT_FAIL:
    [all...]

Completed in 152 milliseconds