linux-stable/drivers/crypto/inside-secure
Kees Cook 329e098939 treewide: Replace more open-coded allocation size multiplications
As done treewide earlier, this catches several more open-coded
allocation size calculations that were added to the kernel during the
merge window. This performs the following mechanical transformations
using Coccinelle:

	kvmalloc(a * b, ...) -> kvmalloc_array(a, b, ...)
	kvzalloc(a * b, ...) -> kvcalloc(a, b, ...)
	devm_kzalloc(..., a * b, ...) -> devm_kcalloc(..., a, b, ...)

Signed-off-by: Kees Cook <keescook@chromium.org>
2018-10-05 18:06:30 -07:00
..
Makefile
safexcel.c treewide: Replace more open-coded allocation size multiplications 2018-10-05 18:06:30 -07:00
safexcel.h crypto: inside-secure - switch to SPDX identifiers 2018-07-20 13:51:22 +08:00
safexcel_cipher.c crypto: inside-secure - initialize first_rdesc to make GCC happy 2018-07-20 13:51:22 +08:00
safexcel_hash.c crypto: inside-secure - switch to SPDX identifiers 2018-07-20 13:51:22 +08:00
safexcel_ring.c crypto: inside-secure - switch to SPDX identifiers 2018-07-20 13:51:22 +08:00