opnsense-src/sys/crypto
Conrad Meyer 571ebf7685 crypto routines: Hint minimum buffer sizes to the compiler
Use the C99 'static' keyword to hint to the compiler IVs and output digest
sizes.  The keyword informs the compiler of the minimum valid size for a given
array.  Obviously not every pointer can be validated (i.e., the compiler can
produce false negative but not false positive reports).

No functional change.  No ABI change.

Sponsored by:	EMC / Isilon Storage Division
2016-05-26 19:29:29 +00:00
..
aesni crypto routines: Hint minimum buffer sizes to the compiler 2016-05-26 19:29:29 +00:00
blowfish Initiate deorbit burn sequence for 80386 support in FreeBSD: Remove 2004-11-16 20:42:32 +00:00
camellia Integrate the Camellia Block Cipher. For more information see RFC 4132 2007-05-09 19:37:02 +00:00
des Use __FBSDID(). 2004-06-14 00:38:54 +00:00
rc4 Revert previous commit... 2012-10-10 08:36:38 +00:00
rijndael Fix gcc build: preserve const qualifier when casting input values. 2014-11-11 13:37:28 +00:00
sha2 crypto routines: Hint minimum buffer sizes to the compiler 2016-05-26 19:29:29 +00:00
siphash crypto routines: Hint minimum buffer sizes to the compiler 2016-05-26 19:29:29 +00:00
via Add some new modes to OpenCrypto. These modes are AES-ICM (can be used 2014-12-12 19:56:36 +00:00
sha1.c crypto routines: Hint minimum buffer sizes to the compiler 2016-05-26 19:29:29 +00:00
sha1.h crypto routines: Hint minimum buffer sizes to the compiler 2016-05-26 19:29:29 +00:00