mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 08:25:16 -04:00
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 |
||
|---|---|---|
| .. | ||
| aesencdec.h | ||
| aeskeys_amd64.S | ||
| aeskeys_i386.S | ||
| aesni.c | ||
| aesni.h | ||
| aesni_ghash.c | ||
| aesni_os.h | ||
| aesni_wrap.c | ||