hostap/src/crypto
Jouni Malinen 911e10eac6 Make crypto_hash_init() easier for static analyzers
Avoid zero-length memset at the end of the buffer. This is not really
needed, but it makes the code a bit easier for static analyzers.

Signed-hostap: Jouni Malinen <j@w1.fi>
2011-11-13 23:19:19 +02:00
..
.gitignore Add rules for building src/crypto as a library 2009-12-05 22:03:46 +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
aes-encblock.c Resolve some sparse warnings 2009-11-25 00:57:00 +02:00
aes-internal-dec.c
aes-internal-enc.c
aes-internal.c
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
aes_i.h
aes_wrap.h
crypto.h
crypto_cryptoapi.c Add empty crypto_mod_exp() wrapper for CryptoAPI. 2009-12-20 18:13:42 +02:00
crypto_gnutls.c
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 Make crypto_hash_init() easier for static analyzers 2011-11-13 23:19:19 +02:00
crypto_libtomcrypt.c Remove unnecessary defines 2009-12-05 22:51:08 +02:00
crypto_none.c
crypto_nss.c
crypto_openssl.c OpenSSL: Fix public key length in DH group 5 operations 2010-06-26 21:03:25 -07:00
des-internal.c
des_i.h
dh_group5.c
dh_group5.h
dh_groups.c Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
dh_groups.h
fips_prf_cryptoapi.c Add empty FIPS PRF wrapper for CryptoAPI 2009-12-20 18:14:20 +02:00
fips_prf_gnutls.c
fips_prf_internal.c Make fips186_2_prf() easier for static analyzers 2011-11-13 22:59:33 +02:00
fips_prf_nss.c
fips_prf_openssl.c
Makefile Add random.c into libcrypto.a 2011-11-05 13:02:31 +02:00
md4-internal.c
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
md5.c
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
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
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
sha1-internal.c
sha1-pbkdf2.c Remove unnecessary include file inclusion 2011-11-13 22:13:04 +02:00
sha1-tlsprf.c Remove unnecessary include file inclusion 2011-11-13 22:13:04 +02:00
sha1-tprf.c
sha1.c
sha1.h
sha1_i.h
sha256-internal.c Use shared SHA-256 define for the block size 2011-11-13 21:43:31 +02:00
sha256.c
sha256.h
tls.h TLS: Add preliminary support for partial message processing 2011-11-13 10:47:04 +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 Remove EAP-TTLSv1 and TLS/IA 2011-09-25 21:28:32 +03:00
tls_schannel.c Remove EAP-TTLSv1 and TLS/IA 2011-09-25 21:28:32 +03:00