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

  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt_unregister_cipher.c 40 return CRYPT_ERROR;
crypt_unregister_hash.c 39 return CRYPT_ERROR;
crypt_unregister_prng.c 39 return CRYPT_ERROR;
  /external/dropbear/libtomcrypt/src/hashes/helper/
hash_file.c 47 return CRYPT_ERROR;
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt.h 32 CRYPT_ERROR, /* Generic Error */
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_file.c 72 return CRYPT_ERROR;
hmac_test.c 294 return CRYPT_ERROR;
  /external/dropbear/libtomcrypt/src/pk/rsa/
rsa_exptmod.c 93 err = CRYPT_ERROR;
  /external/dropbear/libtomcrypt/src/pk/katja/
katja_exptmod.c 93 err = CRYPT_ERROR;
  /external/dropbear/libtomcrypt/src/prngs/
sober128.c 275 return prng->sober128.set == 1 ? CRYPT_OK : CRYPT_ERROR;
  /external/dropbear/libtomcrypt/src/math/
ltm_desc.c 30 @return The equivalent LTC error code or CRYPT_ERROR if none found
41 return CRYPT_ERROR;
tfm_desc.c 30 @return The equivalent LTC error code or CRYPT_ERROR if none found
41 return CRYPT_ERROR;
  /external/dropbear/libtomcrypt/src/ciphers/aes/
aes.c 212 return CRYPT_ERROR;

Completed in 194 milliseconds