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

  /external/tpm2/
CpriRSA.c 329 // CRYPT_FAIL message size is too large
367 return CRYPT_FAIL;
417 // available, the size is not changed and the return code is CRYPT_FAIL.
423 // CRYPT_FAIL the padding is wrong or the buffer to receive the results is too small
456 return CRYPT_FAIL;
481 return CRYPT_FAIL;
493 return CRYPT_FAIL;
504 return CRYPT_FAIL;
561 // CRYPT_FAIL decoding error or results would no fit into provided buffer
585 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:
872 // _cpri_GenerateKeyRSA can return CRYPT_CANCEL or CRYPT_FAIL
    [all...]

Completed in 155 milliseconds