hostap/src/crypto
Jouni Malinen 6d503f67e3 Pass error values from digest calls to ms_funcs callers
These function calls can now fail, so better let the caller know if that
happened.
2009-08-16 14:18:59 +03:00
..
aes-cbc.c Crypto build cleanup: remove CONFIG_NO_AES_* 2009-08-13 11:40:28 +03:00
aes-ctr.c Crypto build cleanup: remove CONFIG_NO_AES_* 2009-08-13 11:40:28 +03:00
aes-eax.c Crypto build cleanup: remove CONFIG_NO_AES_* 2009-08-13 11:40:28 +03:00
aes-encblock.c Crypto build cleanup: remove CONFIG_NO_AES_* 2009-08-13 11:40:28 +03:00
aes-internal-dec.c Crypto build cleanup: remove CONFIG_NO_AES_DECRYPT 2009-08-13 11:16:21 +03:00
aes-internal-enc.c Crypto build cleanup: remove CONFIG_NO_AES_ENCRYPT 2009-08-13 11:21:32 +03:00
aes-internal.c Crypto build cleanup: remove CONFIG_NO_AES_ENCRYPT 2009-08-13 11:21:32 +03:00
aes-omac1.c Crypto build cleanup: remove CONFIG_NO_AES_* 2009-08-13 11:40:28 +03:00
aes-unwrap.c Crypto build cleanup: remove CONFIG_NO_AES_* 2009-08-13 11:40:28 +03:00
aes-wrap.c Crypto build cleanup: remove CONFIG_NO_AES_* 2009-08-13 11:40:28 +03:00
aes.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
aes_i.h Crypto build cleanup: remove CONFIG_NO_AES_* 2009-08-13 11:40:28 +03:00
aes_wrap.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
crypto.h Make hash functions return error value 2009-08-16 14:06:00 +03:00
crypto_cryptoapi.c Make hash functions return error value 2009-08-16 14:06:00 +03:00
crypto_gnutls.c Make hash functions return error value 2009-08-16 14:06:00 +03:00
crypto_internal.c Remove some more crypto ifdef, fix a few small bugs 2009-08-13 11:28:03 +03:00
crypto_libtomcrypt.c Make hash functions return error value 2009-08-16 14:06:00 +03:00
crypto_none.c Make hash functions return error value 2009-08-16 14:06:00 +03:00
crypto_openssl.c OpenSSL: Use library version of SHA256 2009-08-16 14:15:36 +03:00
des-internal.c Crypto build cleanup: remove INTERNAL_DES 2009-07-28 21:00:44 +03:00
dh_groups.c Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
dh_groups.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
fips_prf_gnutls.c Crypto build cleanup: remove NEED_FIPS186_2_PRF 2009-08-11 20:06:23 +03:00
fips_prf_internal.c Remove some more crypto ifdef, fix a few small bugs 2009-08-13 11:28:03 +03:00
fips_prf_openssl.c Crypto build cleanup: remove NEED_FIPS186_2_PRF 2009-08-11 20:06:23 +03:00
Makefile Improved 'make install' (use BINDIR/LIBDIR, install shared objects) 2009-02-15 14:22:50 +02:00
md4-internal.c Make hash functions return error value 2009-08-16 14:06:00 +03:00
md5-internal.c Make hash functions return error value 2009-08-16 14:06:00 +03:00
md5.c Make hash functions return error value 2009-08-16 14:06:00 +03:00
md5.h Make hash functions return error value 2009-08-16 14:06:00 +03:00
md5_i.h Remove some more crypto ifdef, fix a few small bugs 2009-08-13 11:28:03 +03:00
ms_funcs.c Pass error values from digest calls to ms_funcs callers 2009-08-16 14:18:59 +03:00
ms_funcs.h Pass error values from digest calls to ms_funcs callers 2009-08-16 14:18:59 +03:00
rc4.c Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
rc4.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
sha1-internal.c Make hash functions return error value 2009-08-16 14:06:00 +03:00
sha1-pbkdf2.c Make hash functions return error value 2009-08-16 14:06:00 +03:00
sha1-tlsprf.c Crypto build cleanup: remove CONFIG_NO_TLS_PRF 2009-08-11 20:24:06 +03:00
sha1-tprf.c Make hash functions return error value 2009-08-16 14:06:00 +03:00
sha1.c Make hash functions return error value 2009-08-16 14:06:00 +03:00
sha1.h Make hash functions return error value 2009-08-16 14:06:00 +03:00
sha1_i.h Remove some more crypto ifdef, fix a few small bugs 2009-08-13 11:28:03 +03:00
sha256-internal.c Make hash functions return error value 2009-08-16 14:06:00 +03:00
sha256.c Crypto build cleanup: remove INTERNAL_SHA256 2009-07-28 21:20:04 +03:00
sha256.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
tls.h Add support to crypto/tls for client cert and CA cert from smartcard 2008-05-23 10:49:59 +03:00
tls_gnutls.c Fix builds that need SHA256 or mod_exp, but not TLS functions 2009-02-27 17:46:40 +02:00
tls_internal.c Fixed internal TLSv1 server implementation for abbreviated handshake 2008-08-24 13:08:15 +03:00
tls_none.c Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
tls_openssl.c Enable SHA256 digest support in OpenSSL 2009-08-16 10:25:13 +03:00
tls_schannel.c Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00