Home
last modified time | relevance | path

Searched refs:CRYPT_ERROR (Results 1 – 14 of 14) sorted by relevance

/external/dropbear/libtomcrypt/src/misc/crypt/
Dcrypt_unregister_prng.c39 return CRYPT_ERROR; in unregister_prng()
Dcrypt_unregister_hash.c39 return CRYPT_ERROR; in unregister_hash()
Dcrypt_unregister_cipher.c40 return CRYPT_ERROR; in unregister_cipher()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt.h32 CRYPT_ERROR, /* Generic Error */ enumerator
/external/dropbear/libtomcrypt/src/hashes/helper/
Dhash_file.c47 return CRYPT_ERROR; in hash_file()
/external/dropbear/libtomcrypt/src/mac/hmac/
Dhmac_file.c72 return CRYPT_ERROR; in hmac_file()
Dhmac_test.c294 return CRYPT_ERROR; in hmac_test()
/external/dropbear/libtomcrypt/src/pk/rsa/
Drsa_exptmod.c93 err = CRYPT_ERROR; in rsa_exptmod()
/external/dropbear/libtomcrypt/src/pk/katja/
Dkatja_exptmod.c93 err = CRYPT_ERROR; in katja_exptmod()
/external/dropbear/libtomcrypt/src/prngs/
Dsober128.c275 return prng->sober128.set == 1 ? CRYPT_OK : CRYPT_ERROR; in sober128_ready()
/external/dropbear/libtomcrypt/src/math/
Dltm_desc.c41 return CRYPT_ERROR; in mpi_to_ltc_error()
Dtfm_desc.c41 return CRYPT_ERROR; in tfm_to_ltc_error()
/external/dropbear/libtomcrypt/src/ciphers/aes/
Daes.c212 return CRYPT_ERROR; in SETUP()
/external/dropbear/libtomcrypt/
Dchanges976 CRYPT_ERROR
1020 …-- Started towards new API setup. Instead of checking for "== CRYPT_ERROR" you should check "!= C…
1021 …In future releases functions will return things other than CRYPT_ERROR on error to give more useful
1023 …errors are returned as CRYPT_ERROR (except as noted) but in future releases this will change. …