freebsd-dev/sys/crypto/aesni
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
..
aesencdec.h unroll the loop slightly... This improves performance enough to 2015-07-07 20:31:09 +00:00
aeskeys_amd64.S
aeskeys_i386.S
aesni_ghash.c const'ify an arg that we don't update... 2015-07-29 23:37:15 +00:00
aesni_os.h In the version of gcc in the FreeBSD tree, this modification was made to 2015-04-16 17:42:52 +00:00
aesni_wrap.c crypto routines: Hint minimum buffer sizes to the compiler 2016-05-26 19:29:29 +00:00
aesni.c aesni(4): Initialize error before use 2016-04-20 03:05:32 +00:00
aesni.h crypto routines: Hint minimum buffer sizes to the compiler 2016-05-26 19:29:29 +00:00