mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 08:04:49 +01:00
The function already initialized the ivsize variable
at the point of declaration, let's use it instead of
calling crypto_skcipher_ivsize() extra couple times.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| rk3288_crypto.c | ||
| rk3288_crypto.h | ||
| rk3288_crypto_ahash.c | ||
| rk3288_crypto_skcipher.c | ||