mirror_zfs/module/icp/algs/modes
Richard Yao 3b2f9c1ec8 Cleanup: Use MIN() macro
The Linux 5.16.14 kernel's coccicheck caught this. The semantic
patch that caught it was:

./scripts/coccinelle/misc/minmax.cocci

There was a third opportunity to use `MIN()`, but that was in
`FSE_minTableLog()` in `module/zstd/lib/compress/fse_compress.c`.
Upstream zstd has yet to make this change and I did not want to change
header includes just for MIN, or do a one off, so I left it alone.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Closes #14372
2023-01-12 16:00:23 -08:00
..
cbc.c Replace dead opensolaris.org license link 2022-07-11 14:16:13 -07:00
ccm.c Cleanup: Use MIN() macro 2023-01-12 16:00:23 -08:00
ctr.c Cleanup: Address Clang's static analyzer's unused code complaints 2022-10-14 13:37:54 -07:00
ecb.c Replace dead opensolaris.org license link 2022-07-11 14:16:13 -07:00
gcm_generic.c Replace dead opensolaris.org license link 2022-07-11 14:16:13 -07:00
gcm_pclmulqdq.c Replace dead opensolaris.org license link 2022-07-11 14:16:13 -07:00
gcm.c Cleanup: Remove unnecessary explicit casts of pointers from allocators 2023-01-12 15:59:12 -08:00
modes.c crypto_get_ptrs() should always write to *out_data_2 2022-10-19 17:10:56 -07:00