hostap/src/crypto
Jouni Malinen cd52acec85 Rename tls_prf() to tls_prf_sha1_md5()
Prepare for multiple TLS PRF functions by renaming the SHA1+MD5 based
TLS PRF function to more specific name and add tls_prf() within the
internal TLS implementation as a wrapper for this for now.

Signed-hostap: Jouni Malinen <j@w1.fi>
2011-11-27 21:27:01 +02:00
..
.gitignore Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile Add implementation of TLS v1.2 PRF (P_SHA256) 2011-11-27 21:10:06 +02:00
aes-cbc.c Resolve some sparse warnings 2009-11-25 00:57:00 +02:00
aes-ctr.c Resolve some sparse warnings 2009-11-25 00:57:00 +02:00
aes-eax.c Remove unneeded aes_i.h inclusion from number of places 2009-08-17 20:27:25 +03:00
aes-encblock.c Resolve some sparse warnings 2009-11-25 00:57:00 +02:00
aes-internal-dec.c Mark local functions static 2011-11-18 21:53:36 +02:00
aes-internal-enc.c Mark local functions static 2011-11-18 21:53:36 +02:00
aes-internal.c Crypto build cleanup: remove CONFIG_NO_AES_ENCRYPT 2009-08-13 11:21:32 +03:00
aes-omac1.c Resolve some sparse warnings 2009-11-25 00:57:00 +02:00
aes-unwrap.c Resolve some sparse warnings 2009-11-25 00:57:00 +02:00
aes-wrap.c Include header file to verify prototypes 2009-12-28 16:01:21 +02:00
aes.h Remove unneeded aes_i.h inclusion from number of places 2009-08-17 20:27:25 +03:00
aes_i.h Remove unneeded aes_i.h inclusion from number of places 2009-08-17 20:27:25 +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 Add SHA256-hash functions to generic crypto_hash_* functions 2011-11-27 21:10:06 +02:00
crypto_cryptoapi.c Add empty crypto_mod_exp() wrapper for CryptoAPI. 2009-12-20 18:13:42 +02:00
crypto_gnutls.c Make hash functions return error value 2009-08-16 14:06:00 +03:00
crypto_internal-cipher.c Split crypto_internal.c into parts to clean up build 2009-12-06 14:37:46 +02:00
crypto_internal-modexp.c Split crypto_internal.c into parts to clean up build 2009-12-06 14:37:46 +02:00
crypto_internal-rsa.c Remove unnecessary include file inclusion 2011-11-13 22:13:04 +02:00
crypto_internal.c Add SHA256-hash functions to generic crypto_hash_* functions 2011-11-27 21:10:06 +02:00
crypto_libtomcrypt.c Remove unnecessary defines 2009-12-05 22:51:08 +02:00
crypto_none.c Make hash functions return error value 2009-08-16 14:06:00 +03:00
crypto_nss.c Add preliminary version of NSS TLS/crypto wrapper for wpa_supplicant 2009-09-29 01:21:09 +03:00
crypto_openssl.c OpenSSL: Fix public key length in DH group 5 operations 2010-06-26 21:03:25 -07:00
des-internal.c Move shared DES definitions into a header file 2009-10-17 12:53:27 +03:00
des_i.h Move shared DES definitions into a header file 2009-10-17 12:53:27 +03:00
dh_group5.c Use NULL instead of 0 for pointers 2011-11-18 22:07:30 +02:00
dh_group5.h Allow the internal DH implementation to be overridden 2009-10-11 19:17:22 +03:00
dh_groups.c Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02: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_cryptoapi.c Add empty FIPS PRF wrapper for CryptoAPI 2009-12-20 18:14:20 +02: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 Make fips186_2_prf() easier for static analyzers 2011-11-13 22:59:33 +02:00
fips_prf_nss.c Add preliminary version of NSS TLS/crypto wrapper for wpa_supplicant 2009-09-29 01:21:09 +03:00
fips_prf_openssl.c Crypto build cleanup: remove NEED_FIPS186_2_PRF 2009-08-11 20:06:23 +03:00
md4-internal.c Make hash functions return error value 2009-08-16 14:06:00 +03:00
md5-internal.c MD5: Fix clearing of temporary stack memory to use correct length 2011-07-15 13:42:06 +03:00
md5-non-fips.c Allow non-FIPS MD5 to be used with TLS PRF even in FIPS mode 2009-08-16 18:56:48 +03:00
md5.c Make hash functions return error value 2009-08-16 14:06:00 +03:00
md5.h Allow non-FIPS MD5 to be used with TLS PRF even in FIPS mode 2009-08-16 18:56:48 +03:00
md5_i.h Move shared MD5/SHA-1 internal definitions into header files 2009-10-17 12:55:12 +03:00
milenage.c Move Milenage test code into the new tests directory 2009-12-05 21:14:08 +02:00
milenage.h Move Milenage test code into the new tests directory 2009-12-05 21:14:08 +02:00
ms_funcs.c For MS-CHAP, convert the password from UTF-8 to UCS-2 2011-10-29 00:23:54 +03:00
ms_funcs.h Pass error values from digest calls to ms_funcs callers 2009-08-16 14:18:59 +03:00
random.c random: Improve error messages about writing to entropy file 2011-10-30 21:50:22 +02:00
random.h random: Add support for maintaining internal entropy store over restarts 2011-05-31 20:07:11 +03:00
rc4.c Move RC4 into crypto.h as a replaceable crypto function 2009-08-16 20:13:14 +03:00
sha1-internal.c Fix strict aliasing issue with the internal SHA-1 implementation 2009-11-21 20:17:24 +02:00
sha1-pbkdf2.c Remove unnecessary include file inclusion 2011-11-13 22:13:04 +02:00
sha1-tlsprf.c Rename tls_prf() to tls_prf_sha1_md5() 2011-11-27 21:27:01 +02: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 Rename tls_prf() to tls_prf_sha1_md5() 2011-11-27 21:27:01 +02:00
sha1_i.h Move shared MD5/SHA-1 internal definitions into header files 2009-10-17 12:55:12 +03:00
sha256-internal.c Add SHA256-hash functions to generic crypto_hash_* functions 2011-11-27 21:10:06 +02:00
sha256-tlsprf.c Add implementation of TLS v1.2 PRF (P_SHA256) 2011-11-27 21:10:06 +02:00
sha256.c Crypto build cleanup: remove INTERNAL_SHA256 2009-07-28 21:20:04 +03:00
sha256.h Add implementation of TLS v1.2 PRF (P_SHA256) 2011-11-27 21:10:06 +02:00
sha256_i.h Add SHA256-hash functions to generic crypto_hash_* functions 2011-11-27 21:10:06 +02:00
tls.h Rename tls_prf() to tls_prf_sha1_md5() 2011-11-27 21:27:01 +02:00
tls_gnutls.c Remove EAP-TTLSv1 and TLS/IA 2011-09-25 21:28:32 +03:00
tls_internal.c TLS: Add preliminary support for partial message processing 2011-11-13 10:47:04 +02:00
tls_none.c Remove EAP-TTLSv1 and TLS/IA 2011-09-25 21:28:32 +03:00
tls_nss.c Remove EAP-TTLSv1 and TLS/IA 2011-09-25 21:28:32 +03:00
tls_openssl.c OpenSSL: Read certificate chain from server_cert file 2011-11-19 12:06:59 +02:00
tls_schannel.c Remove EAP-TTLSv1 and TLS/IA 2011-09-25 21:28:32 +03:00