Searched refs:CRYPT_ERROR (Results 1 – 14 of 14) sorted by relevance
39 return CRYPT_ERROR; in unregister_prng()
39 return CRYPT_ERROR; in unregister_hash()
40 return CRYPT_ERROR; in unregister_cipher()
32 CRYPT_ERROR, /* Generic Error */ enumerator
47 return CRYPT_ERROR; in hash_file()
72 return CRYPT_ERROR; in hmac_file()
294 return CRYPT_ERROR; in hmac_test()
93 err = CRYPT_ERROR; in rsa_exptmod()
93 err = CRYPT_ERROR; in katja_exptmod()
275 return prng->sober128.set == 1 ? CRYPT_OK : CRYPT_ERROR; in sober128_ready()
41 return CRYPT_ERROR; in mpi_to_ltc_error()
41 return CRYPT_ERROR; in tfm_to_ltc_error()
212 return CRYPT_ERROR; in SETUP()
976 CRYPT_ERROR1020 …-- 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 useful1023 …errors are returned as CRYPT_ERROR (except as noted) but in future releases this will change. …